473,499 Members | 1,510 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Will 2.0 allow a webservice without VS2005 or IIS

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.
--
Senior .NET Consultant
Enterprise Web Services
Cardinal Solutions Group
www.cardinalsolutions.com
Mar 6 '06 #1
2 1039
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/lib...plistener.aspx

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

--
Regards

John Timney
Microsoft MVP

"Michael E Baltic" <Mi************@discussions.microsoft.com> wrote in
message news:4B**********************************@microsof t.com...
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.
--
Senior .NET Consultant
Enterprise Web Services
Cardinal Solutions Group
www.cardinalsolutions.com

Mar 6 '06 #2
What about the Microsoft Web Service Enhancements 3.0? It sounds like
that would allow him to host the web services w/o IIS.

-Doug
http://www.paigeforhope.org/?google

Mar 6 '06 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

6
1579
by: jhcorey | last post by:
Hello, I'm trying to figure out how to reference a web service from a VS2005 web site project. I know how to do this in VS2003. I've been combing msdn for samples, but I've only found the...
0
1902
by: Peter McEvoy | last post by:
Hi there, I've noticed that it does not seem to be possible to add an AssemblyInfo.cs file to a webservice project in VS2005 - although I achieved this by cutting and pasting one into the App_Code...
4
1234
by: Craig | last post by:
Hi All, One of our customers wrote an application in Visual Studio 2005 and is trying to use our webservices that was built with Visual Studio 2003. He reports that the call to the method...
4
1475
by: Craig | last post by:
Hi All, Not too long ago, I posted a question about any known issues of a VS2005 application calling a VS2003 web service. We narrowed it down to an issue with VS2005. If our customer runs...
2
1870
by: Franklin M. Gauer III | last post by:
I create a simple DATAADAPTER in a webservice project. It creates the UPDATE, INSERT, DELETE commands for me - no problem. In vS2005 it creates these commands as RESOURCES in the RESX file (i.e....
0
1205
by: Eric bouxirot | last post by:
hi, i have some trouble to debug my webservice i have a server with SBS2003 (with domain controler) with IIS 6 my dev machine is XP Pro on WorkGroup with VS2005 if i run webservice and...
2
2275
by: Peter K | last post by:
Hi I have a VS2005 c# solution which includes a webservice and a windows application which uses the webservice. How do I "debug" into the webservice from the application? I can for example...
0
1154
by: =?Utf-8?B?VmlsaGVsbQ==?= | last post by:
Using .NET 2.0 and VS2005, I am trying to make a simple WebService application and an installer for it. I want to distribute the installer to several customers, so the installation should run as...
0
7130
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
7171
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
7386
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
1
4918
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...
0
4599
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...
0
3098
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The...
0
3090
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
664
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
0
295
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.