Setting an aspnet.config File per Application Pool
Posted by: Scott Forsyths WebLog,
on 01 Dec 2011 |
View original | Bookmarked: 0 time(s)
The aspnet.config file is a little known config file which is supported by ASP.NET 2.0 and greater. Generally it lives in the root of the framework folder, for example: C:\Windows\Microsoft.NET\Framework64\v4.0.30319\aspnet.config
C:\Windows\Microsoft.NET\Framework\v4.0.30319\aspnet.config
C:\Windows\Microsoft.NET\Framework64\v2.0.50727\aspnet.config
C:\Windows\Microsoft.NET\Framework\v2.0.50727\aspnet.config
This config file is further leveraged in ASP.NET 4.0...