
April 28th, 2009, 09:42 AM
|
|
Registered User
|
|
Join Date: Jan 2007
Location: Ireland
Posts: 3
Time spent in forums: 1 h 3 m 11 sec
Reputation Power: 0
|
|
|
IIS & Python
Hi,
How can I make a python file parsed by IIS?
If I use python as a language in an asp page (.asp extension) it is working
but I want .py page to work
my page just contains print "ok"
when I try to view it I am getting: CGI timed out
I went to IIS>Home Directory>Application Settings>Configuration
and added .py as an extention and c:\python25\python.exe
I also added a web services extension with the same path as above.
Any idea ?
Thx
|