Archive | Windows
05
Jun

web.config Inheritance in IIS

A couple of notes on IIS and how it works for virtual directories/applications and web.config inheritance and ASP.Net.   There is a configuration file that will automatically be inherited by an asp.net application’s web.config. This configuration file is machine.config and it defines the servers/computers asp.net schema for all of its web applications. The root web.config [...]

Continue Reading →