Add Web Service to IIS

  1. Open the Internet Information Services Management Console by selecting Start>Programs>Administrative Tools>Internet Information Services.
  2. Click to expand the tree next to local computer and the Web sites folder.
  3. Right-click Applications Pools and choose Add Application Pool.
  4. Add a name for the pool, select .NET Framework v2.0 or higher, and leave 'Managed pipeline mode:' and 'Start application pool immediately' to default values..
  5. Right-click Default Web Site and choose Add Application.
  6. Name the Application AuthoringWebService.
  7. Select the Application pool that you created above.
  8. Browse to the path of the WebService folder that was relocated to the Application Server.
  9. Verify the Authoring Web Service is working by opening Internet Explorer and entering the following URL: http://localhost/AuthoringWebService/service.asmx.