Hi friends. I was able to get my Python application working by configuring <fastCGI> at the system.webServer applicationHost.config level. However, if I remove the fastCGi configuration from the applicationHost.config, and place it at the web.config (site) level, I receive the following error:
<handler> scriptProcessor could not be found in <fastCGI> application configuration
The documentation states one can configure fastCGI at the site level, but this does not seem to be the case. Is there a way to configure fastCGI in my web.config without requiring administrative rights over applicationHost.config?