tags:

views:

4

answers:

0

I hosted my WCF service under IIS6. VD under IIS enabled "Integrated windows authorization". I used Session in WCF service and also used WSHttpBinding. The security mode for WSHttpBinding is like:

Winform client called this web service.

Everything works fine under intranet. But when I did it remotely, WCF service won't authorize the service.

What's the configuration I should use for this kind of situation to authorize client?

related questions