Install and Configure the WebService Folder
- Copy the WebService folder located in C:\Program Files (x86)\Wolters Kluwer\Expere Server Tools\ to the Application Server.
- Open the WebService folder on the Application Server.
- Open Web.Config in Notepad.
- Edit the server and database parameters in the connection string:
<connectionStrings> <add name="RequirementsDB" connectionString="Server=<SERVERNAME>;Database=Requirements; Trusted_Connection=True;Provider=SQLOLEDB;Integrated Security=SSPI;" providerName="System.Data.OleDb" />