Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > ASP .Net Web Services > Web Service Deployment

Reply
Thread Tools

Web Service Deployment

 
 
David Rogers
Guest
Posts: n/a
 
      08-29-2003
When I create a web service with VS.NET, it is created under
inetpub\wwwroot. What is the cleanest and simplest way to move the web
service to a new server?

By way of contrast, my current method is to create dummy web service
projects on the target machine with the same names as the services I want to
move, and I then copy the directories to the same-named wwwroot directories
on the destination machine. Finally, I rebuild, again on the destination
machine. This buys me is the ability to get all of the default permissions,
etc., all set up by Visual Studio.

On a related note, it was once advised to not put projects directly under
wwwroot, but to use virtual directories instead. Why does the IDE not do
this by default? Regardless of the defaul behavior, can one use virtual
directories with web services? Will the IDE still be happy? SourceSafe?,
ms.etc.?

In virtual ignorance,
David


 
Reply With Quote
 
 
 
 
Marina
Guest
Posts: n/a
 
      08-29-2003
You can just copy all the web services files to a directory, and set it up
as a virtual directory in IIS. This should be sufficient.

I am not following on what permissions you are getting by building on the
deployment machine, nor any other benefits. Sounds like a lot of extra work.

"David Rogers" <> wrote in message
news:%...
> When I create a web service with VS.NET, it is created under
> inetpub\wwwroot. What is the cleanest and simplest way to move the web
> service to a new server?
>
> By way of contrast, my current method is to create dummy web service
> projects on the target machine with the same names as the services I want

to
> move, and I then copy the directories to the same-named wwwroot

directories
> on the destination machine. Finally, I rebuild, again on the destination
> machine. This buys me is the ability to get all of the default

permissions,
> etc., all set up by Visual Studio.
>
> On a related note, it was once advised to not put projects directly under
> wwwroot, but to use virtual directories instead. Why does the IDE not do
> this by default? Regardless of the defaul behavior, can one use virtual
> directories with web services? Will the IDE still be happy? SourceSafe?,
> ms.etc.?
>
> In virtual ignorance,
> David
>
>



 
Reply With Quote
 
 
 
 
David Rogers
Guest
Posts: n/a
 
      08-30-2003
Thanks Marina! That was sooo simple!

I think I was trying to make things a lot harder than necessary.

avid

"Marina" <nospam> wrote in message
news:...
> You can just copy all the web services files to a directory, and set it up
> as a virtual directory in IIS. This should be sufficient.
>
> I am not following on what permissions you are getting by building on the
> deployment machine, nor any other benefits. Sounds like a lot of extra

work.
>
> "David Rogers" <> wrote in message
> news:%...
> > When I create a web service with VS.NET, it is created under
> > inetpub\wwwroot. What is the cleanest and simplest way to move the web
> > service to a new server?
> >
> > By way of contrast, my current method is to create dummy web service
> > projects on the target machine with the same names as the services I

want
> to
> > move, and I then copy the directories to the same-named wwwroot

> directories
> > on the destination machine. Finally, I rebuild, again on the

destination
> > machine. This buys me is the ability to get all of the default

> permissions,
> > etc., all set up by Visual Studio.
> >
> > On a related note, it was once advised to not put projects directly

under
> > wwwroot, but to use virtual directories instead. Why does the IDE not do
> > this by default? Regardless of the defaul behavior, can one use virtual
> > directories with web services? Will the IDE still be happy? SourceSafe?,
> > ms.etc.?
> >
> > In virtual ignorance,
> > David
> >
> >

>
>



 
Reply With Quote
 
 
 
Reply

Thread Tools

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
Does timer in Web Service Global.asax block my Web Service from processing web-site requests? Leo Violette ASP .Net Web Services 0 04-17-2009 12:39 AM
InvocationTargetException when calling "new Service()" in Axis web service to call another web service Michael Averstegge Java 0 01-10-2006 11:05 PM
Enterprise Library deployment problem. Why needs to InstallUtil DLLs to the deployment server? If not, Registry Error whould shown. Benny Ng ASP .Net 0 10-03-2005 05:40 AM
XML Web Service Client Deployment Failure: 401 Access Denied Matt ASP .Net 1 01-03-2004 01:40 PM
deployment of asp.net pages using a web service Gene Papa ASP .Net 0 11-20-2003 01:04 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57