Ask a Question related to ASP.NET Web Services, Design and Development.
-
Brett #1
Web Service Versioning
I have a .NET web service and I want to be able to version it, and continue
developing on a separate version altogether.
The client that accesses it is a windows service that when deployed will
eventually contact the new service, so something like a copy project would
work (although it hasn't yet).
I have tried to copy the project and rename it into a new folder in IIS, as
well as trying to copy the code directly over into a new project in IIS but
neither are really working because when I step through and hit a breakpoint,
it will brng up the .dll library for the original code, instead of version 2
!
I'm not sure what I need to do..can anyone be of any help?
Brett Guest
-
Web Service Versioning in GAC
I have deployed version 1.0 and 2.0 of a web service in GAC. When I call the web service from the client application on the Internet, the version... -
[PHP-DEV] --enable-versioning does not work (was: [PHP-DEV] [PATCH] disallow --enable-versioning with shared modules)
Hello Jani, Friday, November 14, 2003, 5:15:39 PM, you wrote: -
Web Service Versioning Question
Hi, I have an existing web service A with one one method. It returns two parametrs A and B. This web service is deployed and used by Client X. ... -
Versioning Best Practices?
Emad, Now that web applications are classes themselves the same versioning best practices apply! Go ahead and follow the versioning components... -
versioning of assemblies
Hi, I was reading a doc on versioning, and came to know that versioning of assemblies are easier than ever. Can sb pl mention me, how this can be... -
Brett #2
Web Service Versioning
I have a .NET web service and I want to be able to version it, and continue
developing on a separate version altogether.
The client that accesses it is a windows service that when deployed will
eventually contact the new service, so something like a copy project would
work (although it hasn't yet).
I have tried to copy the project and rename it into a new folder in IIS, as
well as trying to copy the code directly over into a new project in IIS but
neither are really working because when I step through and hit a breakpoint,
it will brng up the .dll library for the original code, instead of version 2
!
I'm not sure what I need to do..can anyone be of any help?
Brett Guest
-
Madhu Sudhanan Ramanujam #3
Re: Web Service Versioning
You can copy the project the way you said. Make sure the virtual directory
path properly points to the new folder into which you've copied the project
to. Also rebuild your project once and try restarting IIS. Hope this will
resolve your problem.
Madhu Sudhanan Ramanujam
"Brett" <brett_swift@shaw.ca> wrote in message
news:etjue.1778676$6l.937073@pd7tw2no...>I have a .NET web service and I want to be able to version it, and continue
>developing on a separate version altogether.
>
> The client that accesses it is a windows service that when deployed will
> eventually contact the new service, so something like a copy project would
> work (although it hasn't yet).
>
> I have tried to copy the project and rename it into a new folder in IIS,
> as well as trying to copy the code directly over into a new project in IIS
> but neither are really working because when I step through and hit a
> breakpoint, it will brng up the .dll library for the original code,
> instead of version 2 !
>
> I'm not sure what I need to do..can anyone be of any help?
>
>
>
Madhu Sudhanan Ramanujam Guest



Reply With Quote

