How to secure a Silverlight-Enabled WCF Web Service with SSL?

后端 未结 4 1786
心在旅途
心在旅途 2021-02-03 14:09

How do you secure a Silverlight-Enabled WCF Web Service with SSL? I have tried setting it up similar to a regular WCF service secured by SSL, but it doesn\'t seem to work. Wha

4条回答
  •  借酒劲吻你
    2021-02-03 14:27

    WS* is not supported in Silverlight - basically change the URL in the client config to be an https:// url - that's all you can do

提交回复
热议问题