Mega Code Archive

 
Categories / ASP.Net Tutorial / ASP Net Instroduction
 

ASP NET reserved application folders

Folder Name Description  App_Browsers Contains browser definition files (which are XMLbased files with the .browser extension) used by this application for  identifying and determining the capabilities of browsers.  App_Code Contains any noncodebehind class files to be used by the application. App_Data Contains application data files, such as SQL Server Express data, Microsoft Access files, or XML data.  App_GlobalResources Contains resource files that are available globally throughout  the application. App_LocalResources Contains resource files that are associated with a specific page or control.   App_Themes Contains files that define the appearance of pages and controls in the site. App_WebReferences Contains files used to define references to external Web services.  Bin Contains compiled .NET assemblies (.DLL files).