Install and Configure the WebService Folder

  1. Copy the WebService folder located in C:\Program Files\WKFS\Expere Administration 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" />
    
    <add name="SchemaRequestDB" connectionString="Server= <SERVERNAME>;Database=SchemaRequestDB;
    Trusted_Connection=True;Provider=SQLOLEDB;Integrated Security=SSPI;" providerName="System.Data.OleDb" />
    </connectionStrings>