ASP.Net – App_Data & App_Code folders?
These folders have special purpose. From this article – ASP.NET Web project folder structure. App_Code App_Code contains source code for shared classes and business objects (for example, ..cs, and .vb files) that you want to compile as part of your application. In a dynamically compiled Web site project, ASP.NET compiles the code in the App_Code … Read more