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