I have been following this tutorial in order to get username authentication with transport security working in my WCF service. The tutorial however refers to using bas
You are trying to implementing HTTP authentication so look at this MSDN article to ensure you've configured your service correctly. As you found out, the tutorial you reference works for basicHttpBinding but wsHttpBinding needs special configuration to support HTTP authentication.