ASP.NET 2.0 Namespace Issues
A nifty feature of ASP.NET 2.0 is the ability to store all of your application’s code in the App_Code folder and automatically have it be compiled into one big, happy namespace. Most of the time this works well; however, when you’re doing a forms authentication-based application and are: A) too …