Articles → .NET → ASP.NET Folders
ASP.NET Folders
Folder Name | Description |
---|
App_code | This folder is used to store classes, .wsdl and typed dataset. |
App_Themes | This folder holds .skin file,.css file and images. |
App_Data | This folder holds data store files like .mdf file,xml file, text file and other data store files. |
App_globalResources | This folder holds .resx file but the files in this folder can be accessed through out the application. The files are not bound to a particular page. |
App_LocalResources | This folder holds the .resx file for each page. |
App_WebReferences | This folder is for adding web reference. |
App_Browsers | This folder holds browser files, which are xml files used to describe characteristics and capabilities of browsers. |
Bin | This folder holds .dll files |