Hi,

I have developed a WebService (with .net) and have to install it on a
Windows2003-Server for TEST and PRODUCTION (my Customer has only 1
Windows-Server).

It it possible, to use the same name (of the asmx-file) for TEST and
PRODUCTION (same files in 2 different folders; I have installed the
PRODUCTION-WebService and want to copy it to another folder)
or
do i have to deploy the WebService for TEST with a different name (and a
second installation)?

(I have tried the first way, and now I have some Security-Problems (Access
is denied), when accessing dll's in the BIN-Subfolder)

thank you for your help
Ulrich Haverkamp

RE: 2 WebServices with the same name on 1 Server? by BOB

BOB
Thu Mar 31 14:25:03 CST 2005

Did you put the 2 different web services in 2 different virtual directories?

"Ulrich Haverkamp" wrote:

> Hi,
>
> I have developed a WebService (with .net) and have to install it on a
> Windows2003-Server for TEST and PRODUCTION (my Customer has only 1
> Windows-Server).
>
> It it possible, to use the same name (of the asmx-file) for TEST and
> PRODUCTION (same files in 2 different folders; I have installed the
> PRODUCTION-WebService and want to copy it to another folder)
> or
> do i have to deploy the WebService for TEST with a different name (and a
> second installation)?
>
> (I have tried the first way, and now I have some Security-Problems (Access
> is denied), when accessing dll's in the BIN-Subfolder)
>
> thank you for your help
> Ulrich Haverkamp
>
>
>

RE: 2 WebServices with the same name on 1 Server? by BOB

BOB
Thu Mar 31 14:29:01 CST 2005

You can also try to create 2 different web sites using 2 different ports.
Let me know if either works.

"B_O_B" wrote:

> Did you put the 2 different web services in 2 different virtual directories?
>
> "Ulrich Haverkamp" wrote:
>
> > Hi,
> >
> > I have developed a WebService (with .net) and have to install it on a
> > Windows2003-Server for TEST and PRODUCTION (my Customer has only 1
> > Windows-Server).
> >
> > It it possible, to use the same name (of the asmx-file) for TEST and
> > PRODUCTION (same files in 2 different folders; I have installed the
> > PRODUCTION-WebService and want to copy it to another folder)
> > or
> > do i have to deploy the WebService for TEST with a different name (and a
> > second installation)?
> >
> > (I have tried the first way, and now I have some Security-Problems (Access
> > is denied), when accessing dll's in the BIN-Subfolder)
> >
> > thank you for your help
> > Ulrich Haverkamp
> >
> >
> >

Re: 2 WebServices with the same name on 1 Server? by Bob

Bob
Thu Mar 31 15:01:54 CST 2005

Ulrich Haverkamp wrote:
> Hi,
>
> I have developed a WebService (with .net) and have to install it on a

There was no way for you to know it, but this is a classic asp newsgroup.
While you may be lucky enough to find a dotnet-savvy person here who can
answer your question, you can eliminate the luck factor by posting your
question to a newsgroup where the dotnet-savvy people hang out. I suggest
microsoft.public.dotnet.framework.aspnet.

HTH,
Bob Barrows
--
Microsoft MVP -- ASP/ASP.NET
Please reply to the newsgroup. The email account listed in my From
header is my spam trap, so I don't check it very often. You will get a
quicker response by posting to the newsgroup.