ASP.NET & Visual Studio .Net 2003 - File Structure Learn how to about the structure of the file asp.net web site project in Visual Studio .NET 2003
ShotDev Focus:
- Visual Studio .NET 2003 (File Structure)
Visual Studio .NET 2003
Start -> Programs -> Microsoft Visual Studio .NET 2003 -> Microsoft Visual Studio .NET 2003
Main screen ASP.NET Web Application project.
Description
1. bin : class file build and library.
2. .vb or .cs : (Class file).
3. web.config : Configuration file.
4. Default.aspx : ASP.NET Web Form.
5. Default.aspx.vb : ASP.NET Code-Behind.
6. Default.aspx.resx : ASP.NET Resource file.
All class file build in to dll.
.
.
.
1cypress…
…