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.
Navigate to
<public user documents>\Silk Performer20.5\SampleApps\DOTNET\Message Sample\MessageWebService and double-click
Global.asax.cs.
Locate the
Session_Start method.
Define your Web service’s URL.
Rebuild the application.
You can now access the Web client at
http://<server>/MessageWebClient/Default.aspx.