I installed Pylons 9.6 on IIS6 on Windows Server 2003 and 2008 last winter. The crucial up-to-date component is the isapi-wsgi http://code.google.com/p/isapi-wsgi/ Be sure to install 4.1 or higher for the patch of appl_md_path
I followed the instruction by Graham Higgins for "Serving a Pylons app with IIS" http://wiki.pylonshq.com/display/pylonscookbook/Serving+a+Pylons+app+with+IIS It is a very good how-to and worth carefully understanding and following each step. You don't get to run Pylons through wsgi until you've taken a bunch of baby steps, but they should give you confidence about what you are doing. Except for being placed somewhere in the IIS directory structure, Pylons under wsgi behaves the same as running with the paste server. The pain comes at the end, if you want to have more than one Web site on your IIS server. In the IIS directory structure, I couldn't see an easy way to do anything but put one Pylons project in IIS virtual directory "ProjectA", accessible as http://ProjectA, and another Pylons project in IIS virtual directory "ProjectB", etc. (And be sure each virtual directory has a separate resource pool.) Perhaps someone else has had an easier time with multiple Web sites. -- You received this message because you are subscribed to the Google Groups "pylons-discuss" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/pylons-discuss?hl=en.
