vote up 0 vote down star

I work in a windows environment and would prefer to deploy code to IIS. At the same time I would like to code in python. Having read that IIS can run fastCGI application, I went to the IIS site where it describes in detail how to get PHP up and running but not much about anything else. Does anyone have experience getting a python framework running under IIS using something other that plain old CGI?

If so can you explain to direct me to some instructions on setting this up.

flag

36% accept rate

1 Answer

vote up 3 vote down check

There shouldn't be any need to use FastCGI. There exists a ISAPI extension for WSGI.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.