Is it possible from C# code manipulate IIS7 ISAPI and CGI Restrictions?
The goal is, if on x64 bit machine, check if Framework64/aspnet_isapi.dll allowed, and if not to allow it.
Also, alternatives suggestions will be kindly accepted 🙂
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Microsoft.Web.Administration Namespace should contain all the classes you need to modify the iis7 metabase. Here’s the MSDN link with all the reference
http://msdn.microsoft.com/en-us/library/microsoft.web.administration%28VS.90%29.aspx
Hope this helps