2.0 WCF Service Equivalent
Hosting a WCF Service Host on a Windows Service does seem like a pretty straightforward way to communicate with a running Windows Service ... if you're using 3.0 / 3.5.
What's the easiest way to get the same things from the 2.0 Framework if that's what you're stuck with?
0
claco
source
to share
2 answers
You can host Remoting service .
+3
Kev
source
to share
ASMX A web service hosted in IIS
0
Rohan west
source
to share