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?
Asked
Active
Viewed 385 times
2 Answers
2
Just use basicHttpBinding
Here is an example of the configuration:

Shiraz Bhaiji
- 64,065
- 34
- 143
- 252
-
but how can I use authentication in basicHttpBinding? Any sample configuration and code? – nRk Nov 02 '09 at 13:53
-
Check out the WCF Developer Center on MSDN - tons of samples and stuff! http://msdn.microsoft.com/wcf – marc_s Nov 02 '09 at 14:03