claco
claco

Reputation: 809

2.0 Equivalent of WCF Service

Hosting a WCF Service Host in a Windows Service really seems to be quite a simple way to go to communicate with a running Windows Service...if you're running 3.0/3.5.

What the easiest way to get the same sorts of things out of the 2.0 Framework if that's what you're stuck with?

Upvotes: 0

Views: 142

Answers (2)

Rohan West
Rohan West

Reputation: 9298

ASMX Web Service Hosted in IIS

Upvotes: 0

Kev
Kev

Reputation: 119806

You could host a Remoting service.

Upvotes: 3

Related Questions