ASP.NET Reserved Folders

ASP.NET 4 includes a number of application folders that are specific to the ASP.NET Framework. In addition to the Bin folder that was a reserved folder in ASP.NET 1.x, the following folders are all reserved in ASP.NET 2.0, 3.5, and 4:

  • Bin: This folder stores the application DLL and any other DLLs used by the application. This folder was present in both ASP.NET 1.0 and 1.1. It is also present in both ASP.NET 2.0, 3.5, and 4.
  • App_Code: This folder is meant to store your classes, .wsdl files, and typed datasets. Any items stored in this folder are automatically … Click here to continue reading.