Tagged Questions
2
votes
2answers
149 views
Internal communication between a service and multiple user applications WCF C#
I'm currently working on a project in c# where I have a service running as LocalSystem, and a user application (tray app) running for each logged on user.
I need to have communications between the ...
0
votes
1answer
122 views
WCF Unique Base Addresses Problem
I have a problem where WCF is reporting...
net.pipe://192.168.0.100/SystemA/Service1.svc/mexPipe' could not be activated.
I have defined my base addresses as follows:
Service 1...
...
0
votes
0answers
118 views
Remote WCF Pipe Authentication for Intranet Administrators
My application consists of a Windows service and a client GUI application.
To control the service from the client, I started off with a WCF NetNamedPipeBinding, which worked great, but since I ...
0
votes
3answers
681 views
Anyone got IIS working reliably as a WCF client
I'm trying to get IIS6 to work reliably with a WCF service I have hosted in a separate Windows Service application on the same machine. Users connect to IIS via some HTTP exposed services, which is ...