Calling all developers! We invite you to provide your input on Feature Experimentation by completing this brief survey.
Calling all developers! We invite you to provide your input on Feature Experimentation by completing this brief survey.
You can look at your server's machine.config to find the default stuff you need to add back to in your location-element or subdir web.config.
I'm triying to install my own ASP.NET sub application under CMS6 in IIS. Unfortunately it seems like the web.config is inherited. Most guides out there recommends me to put <location path="." inheritInChildApplications="false"> around my entire <system.web> and <system.webserver>, but this interferes with other location attributes required by CMS6. Does anyone have a list of the settings needed to be cleared or removed for the location of my sub application?