Build and Run the Web Application

Takes you through the steps required to build and run the SQLBookDemoWebApplication ASP.NET Web service.

Build the SQLBookDemoWebApplication Solution

  • In the Solution Explorer, right-click the SQLBookDemoWebApplication solution; then select Build Solution from the context menu.

Run the Application

  1. If the SQLBookDemoWebApplication project is not the startup project:
    1. In the Solution Explorer, right-click the SQLBookDemoWebApplication project.
    2. Select Set as Startup Project from the context menu.
  2. From the main menu, click DEBUG > Start without debugging.
  3. On the form, type 1111 into the Catalog Number field; then click Search.
  4. Experiment further by searching for the 2222 and 3333 catalog records.
  5. Close the form.

This completes the tutorial.