You may get more traction on a question like this at the win32 mailing
list. You might even want to check those archives. I have seen a few
questions about python in ASP come through on that list.
--
Randy Syring
Intelicom
Direct: 502-276-0459
Office: 502-212-
>>
Is the difference in case okay? (write vs. Write)
>>
Nice catch, but unfortunately, that's not the problem. I have a new test.asp that looks like
this:
<%
response.write("Hello World!")
%>
Still the same problem...
___
Web-SIG ma
> Response.Write('Python Test')
> Response.write('Smaller heading')
Is the difference in case okay? (write vs. Write)
Regards
___
Web-SIG mailing list
Web-SIG@python.org
Web SIG: http://www.python.org/sigs/web-sig
Unsubscribe:
http://mail.python.org/m
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 Py