Lately, I need to write a desktop application that needs to use a web service protected by Windows Authentication.
Most of the tutorials show you how easy it is to use a web services, and it is really easy till you hit the way of Windows Authentication. To get around it, you can try to want to check out this blog I found. It shows you how you can setup BasicHttpBinding to pass the Windows Authentication.
WCF BasicHttpBinding with Windows Authentication & a 2.0 Client
No comments:
Post a Comment