Step 1: Creating the ASP.NET Application

Follow these instructions carefully to create your Jump Start ASP.NET application. We highly recommend you use the specified names and directories shown in each step to ensure success!

  1. From the Visual Studio File menu, select New | Project....

  2. As shown in the above screen shot, in the filter box, enter MM .NET. In the center pane, select MM .NET Web Forms Project, then click Next. This launches the Configure your new project dialog:

  3. In the Project Name box, enter: Order System Web CSharp, and in the Location box, enter: C:\MM .NET Jump Start. Check the Place solution and project in the same directory check box and click the Create button.

  4. This launches the New MM .NET Web Forms Project (C#) dialog. In the Default Namespace box, enter Acme.OrderSystem.WebForms and then click OK:


Your new Web solution is displayed in Visual Studio. Your Solution Explorer should look something like this:

The first node in the tree view is your solution named Order System Web CSharp, indicating it contains (1 project). The second node in the tree view is your new Web project.

See Also:
Step 2: Adding the Business Object Project


© (c) 2026 Oak Leaf Enterprises, Inc., 1996-2026 • Updated: 02/12/26
Comment or report problem with topic