Entry
Visual Studio:ASP.NET: Create: File: Which files are created, when you create empty asp.net program?
Dec 14th, 2003 15:18
Knud van Eeden,
----------------------------------------------------------------------
--- Knud van Eeden --- 15 December 2003 - 00:01 am -------------------
Visual Studio:ASP.NET: Create: File: Which files are created, when you
create empty asp.net program?
---
Steps: Overview:
1. -Start Visual Studio
2. -Create a new project (Visual Basic ASP.NET)
3. -Now check the directory where this files are created,
1. open an MSDOS box
2. change directory to
cd c:\inetpub\wwwroot
3. change directory to the name of your new project
For example:
cd WebApplication26
4. do a directory listing
dir *.* /s
5. A typical result of the files found there could be:
Volume in drive C is unlabeled Serial number is 6CBC:C01A
Directory of C:\Inetpub\wwwroot\WebApplication26\*.*
12/15/2003 0:10 <DIR> .
12/15/2003 0:10 <DIR> ..
12/15/2003 0:11 <DIR> bin
12/15/2003 0:10 1,028 AssemblyInfo.vb
12/15/2003 0:10 81 Global.asax
9/19/2001 23:24 1,733 Global.asax.resx
12/15/2003 0:10 1,800 Global.asax.vb
12/15/2003 0:10 2,855 Styles.css
12/15/2003 0:10 3,124 Web.config
12/15/2003 0:10 5,556 WebApplication26.vbproj
12/15/2003 0:10 130 WebApplication26.vbproj.webinfo
12/15/2003 0:10 319 WebApplication26.vsdisco
12/15/2003 0:10 649 WebForm1.aspx
9/19/2001 23:24 1,733 WebForm1.aspx.resx
12/15/2003 0:10 735 WebForm1.aspx.vb
19,743 bytes in 12 files and 3 dirs 53,248 bytes allocated
Directory of C:\Inetpub\wwwroot\WebApplication26\bin\*.*
12/15/2003 0:11 <DIR> .
12/15/2003 0:11 <DIR> ..
12/15/2003 0:11 7,680 WebApplication26.dll
12/15/2003 0:11 24,064 WebApplication26.pdb
31,744 bytes in 2 files and 2 dirs 32,768 bytes allocated
Total for: C:\Inetpub\wwwroot\WebApplication26\bin\*.*
31,744 bytes in 2 files and 2 dirs 32,768 bytes allocated
Directory of C:\Inetpub\wwwroot\WebApplication26\_vti_pvt\*.*
12/15/2003 0:10 114 access.cnf
12/15/2003 0:10 324 deptodoc.btr
12/15/2003 0:10 324 doctodep.btr
12/15/2003 0:10 1,402 service.cnf
12/15/2003 0:10 0 service.lck
12/15/2003 0:10 3 services.cnf
2,167 bytes in 6 files and 0 dirs 20,480 bytes allocated
Total for: C:\Inetpub\wwwroot\WebApplication26\_vti_pvt\*.*
2,167 bytes in 6 files and 0 dirs 20,480 bytes allocated
Total for: C:\Inetpub\wwwroot\WebApplication26\*.*
53,654 bytes in 20 files and 5 dirs 106,496 bytes allocated
1,697,742,848 bytes free
---
---
Internet: see also:
---
Microsoft: .NET: Visual Studio: Visual Basic.net: Program: Create: How
to create an asp.net program?
http://www.faqts.com/knowledge_base/view.phtml/aid/27279/fid/176
----------------------------------------------------------------------