Quantcast
Channel: What's the order of applying IIS settings from ApplicationHost.config and web.config - Server Fault
Browsing all 2 articles
Browse latest View live

Answer by Justin Helgerson for What's the order of applying IIS settings from...

Config files inherit their values as you move down in scope (server -> site -> application), but by default it's only for specific sections. The IIS site has an article on the...

View Article


What's the order of applying IIS settings from ApplicationHost.config and...

If I have an IIS setting configured both in ApplicationHost.config and web.config, what value is going to be applied? Is it an ApplicationHost.config value because it is global to all websites or...

View Article
Browsing all 2 articles
Browse latest View live