Re: literal accented characters in python asp page with Microsoft IIS
I've tried it, but I still get this message from IIS : HTTP/1.1 500 Server Error -- http://mail.python.org/mailman/listinfo/python-list
literal accented characters in python asp page with Microsoft IIS
I try to use python as the language in an asp page with Microsoft IIS 5.0. I have these two files, req_bad.asp and req_ok.asp -- req_bad.asp - <[EMAIL PROTECTED]> <% # il y a un problème ici Response.write('Hello') %> - -- req_ok.asp --