Configuring the Web Client

When the Web service is installed on a different machine than the Web client, or if you have selected a different virtual directory name, you must specify the URL of the Web service in the file Global.asax.

  1. Navigate to <public user documents>\Silk Performer 19.5\SampleApps\DOTNET\Message Sample\MessageWebService and double-click Global.asax.cs.
  2. Locate the Session_Start method.
  3. Define your Web service’s URL.
  4. Rebuild the application.
You can now access the Web client at http://<server>/MessageWebClient/Default.aspx.