>>
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:
<html>
<body>
<%
response.write("Hello World!")
%>
</body>
</html>
Still the same problem...
_______________________________________________ Web-SIG mailing list Web-SIG@python.org Web SIG: http://www.python.org/sigs/web-sig Unsubscribe: http://mail.python.org/mailman/options/web-sig/archive%40mail-archive.com