views:

137

answers:

0

Hello,

i have a WCF service which is hosted by IIS and a Silverlight application which calls that service. I have a clientaccesspolicy.xml and the application is able to call the service from HTTP. But if i install the application (because we need elevated permissions in the future) and call the WCF service via HTTPS i just get a "NotFound" exception (HTTP calls still work fine in installed state).

Do i need to add another tag to the clientaccesspolicy? I already have..

<domain uri="*"/>
<domain uri="http://*"/&gt; 

..in my clientaccesspolicy.xml