Build and Run the OO Web Application

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

Build the OOSQLBookDemoWebApplication Solution

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

Run the Application

  1. If the OOSQLBookDemoWebApplication project is not the startup project:
    1. In the Solution Explorer, right-click the OOSQLBookDemoWebApplication 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.