What is difference in terms of security of WCF & ASMX service -
I'm a Starter for WCF so I want to write well that explains in detail that the WCF & amp; What is the difference in the case; How can we provide security for ASMX and AMBX like ASMX service? WCF and what kind of security can be given to WCF but not possible in ASMX. If anyone knows, share knowledge with me or redirect me to the right article on it. Thanks
WCF offers a lot of security and binding options, but when you compare WCF with ASCX Interested in, I'm guessing that you are looking at security options related only to web services.
WCF's security features are very binding to compare, to compare with ASMX, we should look at basic HTBeding, which is designed to interoperate with ASMX services. It supports almost all security features of ASMX service - transport security, basic authentication, WS-security policies.
However, in order to take advantage of other security features of WCF, we should take a look at WSHttpBinding, which uses WSHttpSecurity features to secure message (and transport) by taking advantage of SOAP message security Provides additional options, which provide client authentication, such features are not available with ASMX.
There is a good summary article of MSDN on which you should give a good starting point.
Comments
Post a Comment