开发者

Silverlight SSL and WebService

开发者 https://www.devze.com 2023-01-15 16:19 出处:网络
I have recently modified my web service in IIS7 to use SSL. To do this, I have created a self signed certificate and applied that to my web service. I then added https bindings to my site in IIS. I ha

I have recently modified my web service in IIS7 to use SSL. To do this, I have created a self signed certificate and applied that to my web service. I then added https bindings to my site in IIS. I have changed my clientaccesspolicy.xml file to allow https ->

 <domain uri="https://*" />

Whenever I try to call my service from my SL site I get the following error:

{System.Security.SecurityException: Security error. at System.Net.Browser.BrowserHttpWebRequest.InternalEndGetResponse(IAsyncResult asyncResult) at System.Net.Browser.BrowserHttpWebRequest.<>c__DisplayClass5.b__4(Object sendState) at System.Net.Browser.AsyncHelper.<>c__DisplayClass2.b__0(Object sendState)}

Does anyone know wha开发者_运维技巧t else I have to do to get this to work?

0

精彩评论

暂无评论...
验证码 换一张
取 消