No Touch Deployment and Web Services.
My problem is that same webservice deploys on localhosts,
development server, test server and production server and
i want to control from the shortcut on the desktop on
which server to access webservice from, like this:
C:\WINNT\Microsoft.NET\Framework\v1.1.4322\IEExec.exe
http://ozzy/conet/client/bin/co.win.exe?server=ozzy
the parameter server=ozzy tells which server to run
webservice on.
PS:I've tested the option dynamic on web reference
properties but i cant find a way to programatically change
the settings in application.config file.
Thanks in advance!
Michael Pearson - 30 Sep 2003 23:22 GMT
what about having like three separate config files? Depending on something
in the shortcut, you load the correct config file that points to the right
web service??
Michael
> No Touch Deployment and Web Services.
>
[quoted text clipped - 14 lines]
>
> Thanks in advance!
Mats-Erik Grundh - 02 Oct 2003 09:22 GMT
Is it possible to have three separate app.config files and
then load then when you use No Touch Deployment?
>-----Original Message-----
>what about having like three separate config files? Depending on something
[quoted text clipped - 27 lines]
>
>.