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?
Just use basicHttpBinding
Here is an example of the configuration:
Check this out : ASMX to WCF migration
来源:https://stackoverflow.com/questions/1661340/how-can-i-access-wcf-services-using-a-web-reference