PC Review


Reply
Thread Tools Rate Thread

Deploying webservice

 
 
=?Utf-8?B?UGV0ZXIgU2NobWl0eg==?=
Guest
Posts: n/a
 
      21st Apr 2005
Hi,

I just created my first .net web service and now I want to create an
installation program for it. That's why I added a WebSetup project to my
current solution and added the primary output of my web service project to it.
But when I run this setup on a different computer (with IIS of course) the
whole thing does not seem to work properly: Only the main Dll of my service
is copied - and AFAIK this isn't sufficient. So:

- What files exactly are needed to run my webservice? And what are the
correct locations for them?

- Isn't there any possibility to automatically generate a matching setup for
a .net webservice?

Thanks a lot
Peter

 
Reply With Quote
 
 
 
 
Ken Cox [Microsoft MVP]
Guest
Posts: n/a
 
      21st Apr 2005
Hi Peter,

To deploy a simple Web service, you probably only need to copy the
web.config, *.asmx, and .DLL files. You need to put the DLLs into the \bin
directory, the rest in the root of the virtual directory.

I found this to be a good product for IIS installs

http://www.zerog.com/products_ianet.shtml

"Peter Schmitz" <(E-Mail Removed)> wrote in message
news:C199AAE0-2E38-44E4-A2D0-(E-Mail Removed)...
> Hi,
>
> I just created my first .net web service and now I want to create an
> installation program for it. That's why I added a WebSetup project to my
> current solution and added the primary output of my web service project to
> it.
> But when I run this setup on a different computer (with IIS of course) the
> whole thing does not seem to work properly: Only the main Dll of my
> service
> is copied - and AFAIK this isn't sufficient. So:
>
> - What files exactly are needed to run my webservice? And what are the
> correct locations for them?
>
> - Isn't there any possibility to automatically generate a matching setup
> for
> a .net webservice?
>
> Thanks a lot
> Peter
>


 
Reply With Quote
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Help on deploying webservice adi Microsoft C# .NET 3 14th Dec 2006 09:06 AM
Deploying a webservice Peter Morris [Droopy eyes software] Microsoft ASP .NET 1 6th Dec 2006 12:56 PM
Deploying webservice =?Utf-8?B?UGV0ZXIgU2NobWl0eg==?= Microsoft Dot NET 2 21st Apr 2005 03:41 PM
Deploying webservice =?Utf-8?B?UGV0ZXIgU2NobWl0eg==?= Microsoft ASP .NET 1 21st Apr 2005 03:14 PM
Deploying webservice John Microsoft ASP .NET 1 26th Jun 2004 02:02 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 01:29 AM.