Python as CGI on IIS and Windows 2003 Server
Hi, My python scripts are running as cgi scripts on an IIS on Windows XP. I have to distribute it to IIS on Windows 2003 Server. I tried to set python as cgi scripts in IIS on this machine in IIS using advices from http://python.markrowsoft.com/iiswse.asp No test with or without any " let the IIS execute python scrits as cgi. Http Error code is 404 (but i'm sure that the file exists in the requested path). Is there any difference for python as CGI on IIS between Windows XP prof. and Windows 2003 Server? Thanks Lothar -- http://mail.python.org/mailman/listinfo/python-list
Re: Python as CGI on IIS and Windows 2003 Server
jean-marc schrieb: > Some bits are coming back to me: the problems stemmed from adresses - > getting the root of IIS was different so accessing files didn't work > the same way. thanks for that. you are right, IIS versions are different. Wich kind of adresses do you mean, http-adresses or paths in file systems to root of IIS or to pythonscripts below IIS' root? Unfortunately I couldn't find a way to solve the problem. regards Lothar -- http://mail.python.org/mailman/listinfo/python-list