473,564 Members | 2,749 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 1040
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.mi crosoft.com> wrote in
message news:4B******** *************** ***********@mic rosoft.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
1586
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 MovieCollection app, which is a windows app, and doesn't compile for me. If anybody can point me to a sample I'd appreciate it.
0
1911
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 directory from another project. Is there a particular reason for this? Pete
4
1238
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 always times out. If he uses the same code in Visual Studio 2003 it works fine (it's a simple sign-in method with 2 string parameters for user id and...
4
1482
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 their application outside of VS2005, it works. If he runs it in VS2005, the webservice call will time out. Any ideas on why this could happen? ...
2
1884
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. strings). The problem is whenever I try to test the webservice I get: System.Resources.MissingManifestResourceException: Could not find any...
0
1221
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 client application on my dev computer, all work fine...
2
2280
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 debug/attach to aspnet_wp.exe and access the webservice from a browser - and there I can hit breakpoints in the webservice (but unfortunately not...
0
1161
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 smooth as possible. When trying to install it on Vista, I get a generic errormessage: "Installation incomlete. The installer was interrupted...
0
7584
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language...
0
8108
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that...
1
7644
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For...
0
5213
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 then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert...
0
3643
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 last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in...
0
3626
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
2083
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
1
1201
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
0
925
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 can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating...

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.