Python ASP in IIS - Error 500

"J.D. Main" <[email protected]>
Newsgroups gmane.comp.python.web
Message-ID <[email protected]>
Hello,

I have been hunting for a solution to this one for some time.  I've already tried all the easy 
stuff.  I have IIS 5 on a WinXP Pro machine.

CGI works, but no ASP.  All I get is:

HTTP/1.1 500 Server Error  (nothing else - no other errors or explanation)

I have tried

1.  Reinstalling Python (v2.7 from ActiveState)
2.  Reinstalling IIS
3.  Running pyscript.py from "site-packages\win32comext\axscript\client"
4.  I have "friendly errors" turned off in IE

Here is the most basic ASP page I'm trying to run:

<%@LANGUAGE=Python%>

<HTML>
<head></head>
<body>
<h1>Python Test</h1>

<%
Response.Write('Python Test<br>')
Response.write('<h3>Smaller heading</hr>')
%>

</body>
</html>

Does anybody have any ideas?  This is really getting annoying and I can't find a solution.  
Other people have complained of this and I've seen no solution.

Thanks.

J.D.
_______________________________________________
Web-SIG mailing list
[email protected]
Web SIG: http://www.python.org/sigs/web-sig
Unsubscribe: http://mail.python.org/mailman/options/web-sig/gcpw-web-sig%40m.gmane.org
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.