diff options
-rw-r--r-- | cs/demo/Glacier2/sl/README.txt | 15 | ||||
-rw-r--r-- | cs/demo/Ice/sl/bidir/README.txt | 24 | ||||
-rw-r--r-- | cs/demo/Ice/sl/hello/README.txt | 8 |
3 files changed, 13 insertions, 34 deletions
diff --git a/cs/demo/Glacier2/sl/README.txt b/cs/demo/Glacier2/sl/README.txt index bc193d7b446..7e748f6c485 100644 --- a/cs/demo/Glacier2/sl/README.txt +++ b/cs/demo/Glacier2/sl/README.txt @@ -18,12 +18,7 @@ classes in a Silverlight client for the simple chat server. > <Ice installation directory>\bin\policyserver 127.0.0.1 clientaccesspolicy.xml -4) In Visual Studio, open the `chat.Web' project. Open the properties - using "Project -> chat.Web Properties". Under the Web tab choose - "Specific Page" as the "Start Action" and chatTestPage.html as the - page. - -5) Start the Silverlight client using the "Debug > Start new instance" +4) Start the Silverlight client using the "Debug > Start new instance" command. @@ -50,19 +45,19 @@ IIS instructions: //initData.properties.setProperty("Ice.ClientAccessPolicyProtocol", "Http"); -4) Rebuild the demo. You must rebuild both chat and chat.web projects. +4) Rebuild the demo. You must rebuild both chat and chat.Web projects. 5) Copy required files. In a command window, execute the following commands: > mkdir C:\inetpub\wwwroot\chat - > xcopy chat.web\chatTestPage.html C:\inetpub\wwwroot\chat - > xcopy chat.web\Silverlight.js C:\inetpub\wwwroot\chat + > xcopy chat.Web\index.html C:\inetpub\wwwroot\chat + > xcopy chat.Web\Silverlight.js C:\inetpub\wwwroot\chat > xcopy chat.Web\ClientBin C:\inetpub\wwwroot\chat\ClientBin /s /i 6) The chat client should now be accessible at the following URL: - http://localhost/chat/chatTestPage.html + http://localhost/chat/index.html Notes: diff --git a/cs/demo/Ice/sl/bidir/README.txt b/cs/demo/Ice/sl/bidir/README.txt index 78cd6776537..ce9dfa5fc04 100644 --- a/cs/demo/Ice/sl/bidir/README.txt +++ b/cs/demo/Ice/sl/bidir/README.txt @@ -28,22 +28,6 @@ use a bidirectional connection to receive callbacks. ========================================================================== -Running the demo with .NET Compact Framework bidir server -========================================================================== - -1) Start the bidir server according to the instructions in the - demo\Ice\compact\bidir\README.txt file. Before clicking the `Start - Server' button, update the port field to 4502. - -2) In the Silverlight project, choose "Properties > Debug", select - Out-of-browser application, and select "bidir" in the combo box. - -3) Start the Silverlight client using the "Debug > Start new instance" - command. Set the host field to the IP address used by the .NET CF - server, and click Run. - - -========================================================================== Using a web server as a policy server ========================================================================== @@ -66,20 +50,20 @@ IIS instructions: //initData.properties.setProperty("Ice.ClientAccessPolicyProtocol", "Http"); -4) Rebuild the demo. You must rebuild both bidir and bidir.web +4) Rebuild the demo. You must rebuild both bidir and bidir.Web projects. 5) Copy required files. In a command window, execute the following commands: > mkdir C:\inetpub\wwwroot\bidir - > xcopy bidir.web\bidirTestPage.html C:\inetpub\wwwroot\bidir - > xcopy bidir.web\Silverlight.js C:\inetpub\wwwroot\bidir + > xcopy bidir.Web\index.html C:\inetpub\wwwroot\bidir + > xcopy bidir.Web\Silverlight.js C:\inetpub\wwwroot\bidir > xcopy bidir.Web\ClientBin C:\inetpub\wwwroot\bidir\ClientBin /s /i 6) The bidir client should now be accessible at the following URL: - http://localhost/bidir/bidirTestPage.html + http://localhost/bidir/index.html Notes: diff --git a/cs/demo/Ice/sl/hello/README.txt b/cs/demo/Ice/sl/hello/README.txt index 6f2f24297ad..739caceaec0 100644 --- a/cs/demo/Ice/sl/hello/README.txt +++ b/cs/demo/Ice/sl/hello/README.txt @@ -45,19 +45,19 @@ IIS instructions: //initData.properties.setProperty("Ice.ClientAccessPolicyProtocol", "Http"); -4) Rebuild the demo. You must rebuild both hello and hello.web projects. +4) Rebuild the demo. You must rebuild both hello and hello.Web projects. 5) Copy required files. In a command window, execute the following commands: > mkdir C:\inetpub\wwwroot\hello - > xcopy hello.web\helloTestPage.html C:\inetpub\wwwroot\hello - > xcopy hello.web\Silverlight.js C:\inetpub\wwwroot\hello + > xcopy hello.Web\index.html C:\inetpub\wwwroot\hello + > xcopy hello.Web\Silverlight.js C:\inetpub\wwwroot\hello > xcopy hello.Web\ClientBin C:\inetpub\wwwroot\hello\ClientBin /s /i 6) The hello client should now be accessible at the following URL: - http://localhost/hello/helloTestPage.html + http://localhost/hello/index.html Notes: |