开发者

How can i create server certificate for wcf service?

I created my first WCF service application that will run on IIS 7

The binding that i used is wshttpBinding.

开发者_JS百科

Now, i wrote also client using Silverlight - and i can't create reference on the client that will be point on the WCF service because of the certificate issue.

How can i create server certificate for wcf service ?


The problem is not in the certificate (btw. default wsHttpBinding configuration don't need any certificate because it uses Windows authentication). The problem is in selected binding. Silverlight does not support wsHttpBinding so you will not be able to call the service anyway. Use basicHttpBinding instead.

0

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜