Unable to create dynamic web application in IIS7 and above
- by Dhwani
Not able to view application in IIS after successfully calling below method:
ServerManager serverMgr = new ServerManager();
Configuration config = serverMgr.GetApplicationHostConfiguration();
ConfigurationSection isapiCgiRestrictionSection = config.GetSection("system.webServer/security/isapiCgiRestriction");
ConfigurationElementCollection…