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?
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试):
问题:
回答1:
Just use basicHttpBinding
Here is an example of the configuration:
http://msdn.microsoft.com/en-us/library/ms731347.aspx
回答2:
Check this out : ASMX to WCF migration