View Single Post
  #3 (permalink)  
Old 01-08-2009
JvD JvD is offline
Registered User
 
Name: Joost van Doorn
Organization: Moba
Project: Main Control Software
 
Join Date: Dec 2008
Posts: 22
Hi José,

There is on thing that I do not understand in your reply. You say that the policyserver must listen to the same IP address as the server where the client is hosted. But in my situation this is exactly the case:
1. Machine 1: running the server and glacier2.
2. Machine 2: hosting the silverlight client and running the policyserver.
Inside the code of the silverlight client the Ice.Default.Router property points to the machine with glacier2. The policyserver is started using 'policyserver 127.0.0.1 PolicyResponse.xml'.

In this case (which corresponds to the requirements of Silverlight2) a get the accessdenied exception.

On machine2 I run Visual Web Developer with the solution of the Galcier2-callback demo. I run the silverlight client from Visual Web developer.

Could you explain why I get an exception in a situation matching the requirements.

Best regards, Joost
Reply With Quote