Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more
AI OnAI Off
Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more
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?