Add Web Service to IIS
- Open the Internet Information Services Management Console by selecting Start>Programs>Administrative Tools>Internet Information Services.
- Click to expand the tree next to local computer and the Web sites folder.
- Right-click Applications Pools and choose Add Application Pool.
- 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..
- Right-click Default Web Site and choose Add Application.
- Name the Application AuthoringWebService.
- Select the Application pool that you created above.
- Browse to the path of the WebService folder that was relocated to the Application Server.
- Verify the Authoring Web Service is working by opening Internet Explorer and entering the following URL: http://localhost/AuthoringWebService/service.asmx.