开发者

Web Service in asp.net

Hi I am new to webservice in .net. My questions is do we really require to have the SSL for accessing web methods visible to me开发者_开发知识库.

and if require, where it should be on my side or on cliet side who is providing me webmethods?

Thanks


SSL is not required.

Also, you should be using WCF for all new development.


SSL is not required. I use ASHX to create a generic handler. I find that it is a lot more flexible because you can pass in querystring quite easily

0

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜