ASP.NET & Visual Studio 2010 - File Structure Learn how to about the structure of the file asp.net web site in Visual Studio 2010 (.NET 4.0)
ShotDev Focus:
- Visual Studio 2010 (File Structure)
Visual Studio 2010
Start -> Programs -> Microsoft Visual Studio 2010 -> Microsoft Visual Studio 2010
Main screen ASP.NET Web Application project.
Description
1. App_Code : Code or Class.
2. MyClass.vb or .cs : (Class file).
3. App_Data : Database file XML,MDB,MDF…
4. web.config : Configuration file.
5. Default.aspx : ASP.NET Web Form.
6. Default.aspx.vb : ASP.NET Code-Behind.
.
.
.