Monthly Archives: January 2008

Preventing application configuration inheritance in ASP.NET

It’s an extremely common problem: you create a virtual directory to house a supporting application, but accessing it throws an exception because it is trying to initialise the httpmodules/httphanders from the root application. Attempting to them doesn’t work because the … Continue reading

Posted in .NET 2.0, ASP.NET | Leave a comment