473,406 Members | 2,956 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,406 software developers and data experts.

Web service host

I have an application that includes a web service. The web service was
developed in VS 2003, but has since been ported to VS 2005.

Today, when I deploy the application, I need to make sure that IIS is
installed and configured correctly to host the web service. I'd like to get
rid of IIS and host the web service directly in my application.

Is it easy to host a web service in a VB.Net app? Where can I look to get a
quick start on doing this sort of thing?

TIA - Bob
Oct 5 '07 #1
4 1846
"Bob Altman" <rd*@nospam.comwrote in
news:#S*************@TK2MSFTNGP06.phx.gbl:
Is it easy to host a web service in a VB.Net app? Where can I look to
get a quick start on doing this sort of thing?
..NET 3.0 with WCF ServiceHost.
Oct 5 '07 #2
Hmmm... I hadn't considered going to .Net 3.0. I'm still using the 2.0
stuff that ships with VS 2005.

I guess the downside to going to .Net 3.0 is that I need to make sure that
..Net 3.0 (or is it 3.5 now?) is installed both on the computers that will
run my app and on the computers used by my fellow application developers.

Is there a way to do this in .Net 2.0?

TIA - Bob

"Spam Catcher" <sp**********@rogers.comwrote in message
news:Xn**********************************@127.0.0. 1...
"Bob Altman" <rd*@nospam.comwrote in
news:#S*************@TK2MSFTNGP06.phx.gbl:
>Is it easy to host a web service in a VB.Net app? Where can I look to
get a quick start on doing this sort of thing?

.NET 3.0 with WCF ServiceHost.

Oct 5 '07 #3
<ctrl><alt><delreset... I realized that I'm probably not asking the right
question. I posted a new top-level message on this ng. Please disregard
this thread. Thanks!

- Bob

"Bob Altman" <rd*@nospam.nospamwrote in message
news:et**************@TK2MSFTNGP03.phx.gbl...
Hmmm... I hadn't considered going to .Net 3.0. I'm still using the 2.0
stuff that ships with VS 2005.

I guess the downside to going to .Net 3.0 is that I need to make sure that
.Net 3.0 (or is it 3.5 now?) is installed both on the computers that will
run my app and on the computers used by my fellow application developers.

Is there a way to do this in .Net 2.0?

TIA - Bob

"Spam Catcher" <sp**********@rogers.comwrote in message
news:Xn**********************************@127.0.0. 1...
>"Bob Altman" <rd*@nospam.comwrote in
news:#S*************@TK2MSFTNGP06.phx.gbl:
>>Is it easy to host a web service in a VB.Net app? Where can I look to
get a quick start on doing this sort of thing?

.NET 3.0 with WCF ServiceHost.


Oct 5 '07 #4
"Bob Altman" <rd*@nospam.nospamwrote in
news:et**************@TK2MSFTNGP03.phx.gbl:
I guess the downside to going to .Net 3.0 is that I need to make sure
that .Net 3.0 (or is it 3.5 now?) is installed both on the computers
that will run my app and on the computers used by my fellow
application developers.

Is there a way to do this in .Net 2.0?
You could use Cassini Web Service from Microsoft's Starter Pack.

www.asp.net/downloads/archived/cassini/

There's an enhanced closed source version:
http://ultidev.com/Products/Cassini

However this is a 3rd party solution - not really recommended for public
facing web applications.

As for 3.0, you'll only need it loaded on the developer and server machine,
not the end user's machine (since you're building a web service).

Oct 5 '07 #5

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

Similar topics

2
by: Fadi | last post by:
Backround: I am trying to figure out how to do the equivalant of a classic COM Local Server Singleton in .NET/C#. I created a coupld of simple Class Libs that exposes public interfaces and hosted...
5
by: Gary Webb | last post by:
Is it possible to host a .NET Web Service (managed code using the .NET Framework 1.1) without IIS? I remember a website that indicated it was possible to use a .NET Remoting server to host a Web...
3
by: Mike | last post by:
Timeout Calling Web Service I am calling a .NET 1.1 web service from an aspx page. The web service can take several minutes to complete its tasks before returning a message to the aspx page. ...
5
by: Gardar | last post by:
I have a .net webservice, developed with c++ managed extensions. The websrvice returns an xml-document with a reference to a server side xml-stylesheet in the format <?xml-stylesheet href =...
3
by: Fredric Ragnar | last post by:
Hi, I am making a prototype system with Remoting in the bottom of the system. An XML Web Service is using the remote object on an IIS to present data. I am using a TcpChannel for communicating...
6
by: Marcel Serour | last post by:
hello I would like to create a service that stays hidden from the user (the idea is to stop the user from killing the service, so the client specified to hide it) I thought to create my service...
5
by: mivey4 | last post by:
Hi, First off, I am aware that this is a very heavily documented error and I have done my homework for throughly researching probable causes before deciding to post my problem here. At this point,...
0
by: =?Utf-8?B?UmljaGFyZCBDb2xsZXR0ZQ==?= | last post by:
My goal is to connect a WSE 3.0 client to a WCF asp.net hosted service, utilizing MTOM encoding and if at all possible, streamedRequest transfer mode. I am starting with a basic Hello World...
0
by: M R | last post by:
I wrote a WCF service that currently runs in a Console host with the config whose XML is shown below. I have tested the service and it works, i.e. it receives the requests and provides the reply, ...
3
by: kkao77 | last post by:
can you show me in more detail? I have same problem where on the page it's https://service.premilance.com/Company.svc, but the svcutil tells me to get it from https://pserver1/Company.svc?wsdl...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
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...
0
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...
0
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...
0
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...

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.