8
T utorial 1: Bui lding Y our First W eb Applica tion P roject The below tutorial walks-through how to create, build and run your first web app using C# and the ASP.NET Web Application Project support in VS 2005. Creating a New Project Select File->New Project within the Visual Studio 2005 IDE. This will bring up the New Project dialog. Click on the ´Visual C#µ node in the tree-view on the left hand side of the di alog box and choose the "ASP.NET Web Application" icon: Choose where you want the project to be created on disk (note that there is no longer a requirement for web projects to be created undern eath the inetpub\wwwroot directory -- so you can store the project anywhere on your filesyste m). Then name it and hit o k. Visual Studio will then create and open a new web project within the solution explorer. By default it will have a single page (Default.aspx), an AssemblyInfo.cs file, as well as a web.config file. All project file-meta-data is stored within a MSBuild based project file.

Visual Studio Tutorial 1

Embed Size (px)

Citation preview

Page 1: Visual Studio Tutorial 1

8/6/2019 Visual Studio Tutorial 1

http://slidepdf.com/reader/full/visual-studio-tutorial-1 1/8

Page 2: Visual Studio Tutorial 1

8/6/2019 Visual Studio Tutorial 1

http://slidepdf.com/reader/full/visual-studio-tutorial-1 2/8

Page 3: Visual Studio Tutorial 1

8/6/2019 Visual Studio Tutorial 1

http://slidepdf.com/reader/full/visual-studio-tutorial-1 3/8

Page 4: Visual Studio Tutorial 1

8/6/2019 Visual Studio Tutorial 1

http://slidepdf.com/reader/full/visual-studio-tutorial-1 4/8

Page 5: Visual Studio Tutorial 1

8/6/2019 Visual Studio Tutorial 1

http://slidepdf.com/reader/full/visual-studio-tutorial-1 5/8

Page 6: Visual Studio Tutorial 1

8/6/2019 Visual Studio Tutorial 1

http://slidepdf.com/reader/full/visual-studio-tutorial-1 6/8

Page 7: Visual Studio Tutorial 1

8/6/2019 Visual Studio Tutorial 1

http://slidepdf.com/reader/full/visual-studio-tutorial-1 7/8

Page 8: Visual Studio Tutorial 1

8/6/2019 Visual Studio Tutorial 1

http://slidepdf.com/reader/full/visual-studio-tutorial-1 8/8