Will 2.0 allow a webservice without VS2005 or IIS

G

Guest

VS 2005 allows for web sites and services to be run without installing IIS.
What if I want to create a SOA application for a non-internet connected
environment?

For example: I have a pc running a local, lightweight database. I want my
pocket pc to be able to synch and run live off of the pc by interacting with
a web service.

Let's just say that I can't install IIS. Plus, this allows me to develop
the same product for places that will have the traditional server-client
setup. Most of my consumers are stand alone pharmacies. Sometimes the
bigger ones have a better setup.
 
J

John Timney \( MVP \)

If you want to run webservices etc. without IIS, or a compliant small scale
webserver like the one in vs.net then you will need to create a remoting
server, and http-listener or a soap server of sorts that listens for request
on the correct port and disseminates them.

For .NET 2.0 your best bet might be to examine the httplistener class which
sits on top of Http.sys, which creates a simple HTTP protocol listener
that responds to HTTP requests.

http://msdn2.microsoft.com/en-us/library/system.net.httplistener.aspx

also, good example in this blog of its SOAP implementation
http://blogs.wwwcoder.com/amachin/
 

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

Members online

No members online now.

Forum statistics

Threads
474,434
Messages
2,571,691
Members
48,796
Latest member
Greg L.

Latest Threads

Top