Windows Service as Web Service host without WCF?

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
 
S

sloan

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)
 
M

Mr. Arnold

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top