[python-win32] Problem with IIS 7 and python asp pages

Lubomír Kamenský lubomir.kamensky at gmail.com
Sat Oct 25 19:02:10 CEST 2008


Dear All,

I am using Python interpreter as script interpreter in ASP
pages for many years. Moving from Server 2003 to Server 2008
I have problem to run classic ASP pages with Python interpreter
on IIS 7. I have the Python scripting engine registered.
(Python 2.6, Python for Windows extensions - pywin32-212.win32-py2.6)

For this simple asp page:
<%@ LANGUAGE = Python %>
<%
Response.Write("Hello")
%>
I get the error: HTTP/1.1 500 Server Error

Please help me.

With kind regards

Lubas
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-win32/attachments/20081025/a8ba3f05/attachment.htm>


More information about the python-win32 mailing list