Dear Quixoters, probably i will be asked to deploy a Quixote application on a machine already web-serving through IIS. The application mantains its own state and pools db connections, so CGI is not a choice. Up to now i only found tips about using Python as a cgi language or into asp pages. Is there any chance to make iis run an application through many requests? Maybe the simplest thing would be running quixote through Medusa on a private port and letting iis forward it the related request. Is it possible? Did anybody face the same problem and has some tip to share, or some scar to show, about that? Thank you very much Daniele