How can I use WCF with only basichttpbinding, SSL and Basic Authentication in IIS?
- by Tim
Hello,
Is it possible to setup a WCF service with SSL and Basic Authentication in IIS using only BasicHttpBinding-binding? (I can’t use the wsHttpBinding-binding)
The site is hosted on IIS 7, with the following authentication set up:
- Anonymous access: off
- Basic authentication: on
- Integrated Windows authentication: off !!
Service…