Install and Configure the WebService Folder

  1. Copy the WebService folder located in C:\Program Files (x86)\Wolters Kluwer\Expere Server Tools\ to the Application Server.
  2. Open the WebService folder on the Application Server.
  3. Open Web.Config in Notepad.
  4. 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" />