G
Guest
We have a winform application. We are using ClickOnce for deployment.
Currently we can reference the web service through
http://localhost/testws/bob.asmx
When we deploy however we want this reference pointing towards a production
server. Currently we have the URL Behavior set to Dynamic (which keeps it in
sync with the app.config).
Is there a way of switching references dynamically based if in debug mode or
after placed on the server for clients to install. Currently we are messing
with the app.config references each time we go to create install package.
Any help is very much appreciated.
thx
dave
Currently we can reference the web service through
http://localhost/testws/bob.asmx
When we deploy however we want this reference pointing towards a production
server. Currently we have the URL Behavior set to Dynamic (which keeps it in
sync with the app.config).
Is there a way of switching references dynamically based if in debug mode or
after placed on the server for clients to install. Currently we are messing
with the app.config references each time we go to create install package.
Any help is very much appreciated.
thx
dave