Tagged Questions
1
vote
4answers
1k views
WCF with .Net 2.0
We need to implement a WCF service on a machine that can only run .Net 2.0.
The machine is a Windows XPe POS terminal, and we have not found a way to install .Net 3.0. We can't really format it with ...
0
votes
0answers
175 views
WCF security exception with Windows XP Embedded
I have a web service, housed in a windows service, that uses the BasicHttpBinding with transport security via a self-signed certificate. The service works fine except when it resides on Windows XP ...