[quote user="gunteman"] You shouldn't use App_Code in a Web Application Project at all. That is for "Web Sites", the other ASP.NET project type in Visual Studio. All the code you include in a Web Application Project will be compiled into the single assembly (DLL), no matter what...