WCF Service Authentication problem?
- by Marcus
I have an application which exposes lots of interfaces via net.tcp protocol, using both SecurityMode.Transport and SecurityMode.None (I really need support for both).
My whole application is written in a DLL file. I have a form which consumes this DLL and now I made a Windows Service to consume this DLL.
The problem is, when this windows service…