The App_Code Folder
There are a number of new App_NNN folders in ASP.NET 2.0 with special meaning. One of them is App_Code.
You might want to have some functionality accessible from many pages in
your application and think of using the Global.asax
Read More