Windows Service as Web Service host without WCF?

  • Thread starter Thread starter mike
  • Start date Start date
M

mike

Hello Folks!
Can anyone point me sample or technique tips how to build a Windows Service
that hosts Web Service without WCF? Platform is .NET 2.0. Is the possibility
to do this using WSE or are the any other possibilities?
Like hear your advise.
Cheers,
Mike
 
Question One:
Why would you *not* want to host a WebService in IIS?

Question Two:
Why would you *not* want to use WCF?

..................


Starting new/fresh code and not using WCF for remote calls is like using DAO
or RDO in an DotNet application.
You might make it work, but it doesn't make sense. (I'm not being arrogant,
that's my take.....throw some insight on the above questions....in case I am
missing something)
 
mike said:
Hello Folks!
Can anyone point me sample or technique tips how to build a Windows
Service that hosts Web Service without WCF? Platform is .NET 2.0. Is the
possibility to do this using WSE or are the any other possibilities?
Like hear your advise.

You can do it with VS 2008 if you're talking about accessing data in a
database like SQL server.
 
Back
Top