By Daniel Du
You may run into this error when logging Autodesk Infrastructure Map Server with Infrastructure Studio:
---------------------------
Unable to complete request to Site
---------------------------
FastCGI must be properly configured before attempting to connect to Map Server.
Here are something you need to check:
1. To make sure CGI is installed in IIS. Open Control Panel\All Control Panel Items\Programs and Features –> Turn Windows Features on or off, check CGI:
2. Disable “ASP.NET Impersonation” in IIS manager for MapServer2013. Click mapserver2013, select Authentication to open authentication page, select “ASP.NET Impersonation” and click “Disable” from right.
Make sure that this web application(mapserver2013) in running in MapServer2013AppPool:
3. Set the Enable 32bit applications to false. Click MapServer2013AppPool from Application Pools and click “Advanced Settings…” from right pane. Switch Enable 32bit applications to False.
You may want to check out this post as well.