开发者

Web Service in asp.net

开发者 https://www.devze.com 2022-12-13 03:19 出处:网络
Hi I am new to webservicein .net. My questions is do we really require to have the SSL for accessing web methods visible to me开发者_开发知识库.

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

精彩评论

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