To create Microsoft ASP.NET Web Application - Web_VBnet
 
 
 

      How to create  new Visual  Basic .Net  project, type Web 

 


    
 
 

 The steps to create  new ASP .Net Project - Web_VBnet

  Run Microsoft Visual Studio .Net.
 
  On the File menu , click New, and then click Project ....

  The New Project dialog box appears.
 
  1. In the Project Types pane, select the Visual Basic Projects folder.
  2. In the Templates pane, select ASP.NET Web Application icon (project type). A message appears indicating the type of project you are going to create - (A project for creating an application with a web user interface). 
  3. In the Location box, type http://localhost\Web_VBnet

    Note:
    The last part of the URL is the name of your project; for this walkthrough, name your project Conversion. The Web server must have IIS version 5 or later and the .NET Framework installed on it. If you have IIS on your computer, you can specify http://localhost for the server. (If you normally use a proxy server to access the Internet, you might need to configure Internet Explorer to bypass the proxy server in order to use localhost.)
  4. Click OK.

 

The new Web Forms project - Web_VBnet is created at the root of the Web server you specified. In addition, a new Web Forms page called WebForm1.aspx is displayed in the Web Forms Designer in Design view.

Note:
 
Web Forms Designer - allows you to add controls to a form, arrange them, and write code for their events
.

  
 
 Design view, tThe Web Forms page -  WebForm1.aspx,   in the Web Forms Designer

 

 

 List of the items associated with this project created...

 

 The codes files, created ...
 



 


Previous Home
2
Next