How to: Create New Web Application Projects

You can create ASP.NET Web application projects using Visual Studio or Visual Web Developer Express. The Web application project type is an alternative to the Web site project. It uses a build model that creates a single assembly for the whole project.

The Web application project type provides the same Web project semantics that were introduced with Visual Studio .NET 2003 Web projects. However, it makes available all the features of Visual Studio 2008 and of ASP.NET 2.0 and later. For more information, see Web Application Projects Overview.

To create a new Web application project

  1. In Visual Studio or , in the File menu, click New Project.

  2. Under Project types in the New Project dialog box, expand Visual Basic or Visual C#, and then click Web to display available Web templates.

  3. In the Templates box, select ASP.NET Web Application.

  4. In the Name box, type the name of the new application.

  5. In the Location box, type the name of the folder in which you want to store the pages of the Web application. Alternatively, click Browse to select a location.

  6. Click OK.

    Visual Studio or  creates the Web application project in the specified location.

See Also

Concepts

Web Application Projects Overview

Reference

Web Page, Project Designer

New Project Dialog Box