Installing and Running

Retired Content

This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies.
This page may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.

System Requirements

The Reference Implementation requires the AJAX Control ToolkitThe source drop contains all other assemblies that it requires.

The following sections assume that you have extracted the source code for the Order Management reference implementation.

Running the Reference Implementation

To run the reference implementation

  1. Copy the AJAX Control Toolkit assembly to the Lib\AjaxControlToolkit3.5 folder.
  2. Open OrderManagement (VSTS Tests).sln solution file in Visual Studio.
  3. Set the DevelopmentWebsite Web site as the startup project. To do this, right-click the Web site, and then click Set as Startup Project.
  4. Set Default.aspx of the DevelopmentWebsite Web site as the start page. To do this, right-click the file Default.aspx, and then click Set As Start Page.
  5. Press F5.