What WCF configuration settings makes WCF service, so that I can access as old ASMX web services? How can I authenticate using Authentication header what I used in Old ASMX web services?
+2
A:
Just use basicHttpBinding
Here is an example of the configuration:
Shiraz Bhaiji
2009-11-02 13:30:05
but how can I use authentication in basicHttpBinding? Any sample configuration and code?
nRk
2009-11-02 13:53:52
Check out the WCF Developer Center on MSDN - tons of samples and stuff! http://msdn.microsoft.com/wcf
marc_s
2009-11-02 14:03:14
Thanks, I will check it.
nRk
2009-11-03 04:20:49