|
Hi Everyone, Welcome back!!! As mentioned earlier, today we will discuss about the ASP.Net 2.0 reserved folders. There a number of reserved folders that you will see applicable to an ASP.Net 2.0 application. We will now try to understand what each of these is and what their respective purposes are. As there are many such folders, and each has its own associated concept, we will see a few today and the remaining tomorrow: Folder name File Types Notes Bin .dll Contains any prebuilt assemblies required by the application. App_Browsers .browser Contains application-specific browser definition files that ASP.NET uses to identify individual browsers and determine their capabilities. App_Code .cs, .vb, .xsd, custom file types Contains source class...
|