Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

VS.Net Web Services

0 views
Skip to first unread message

Graham Lock

unread,
May 29, 2003, 5:42:58 AM5/29/03
to
Hi,
I have a VS.Net solution which comprises of 2 projects - a
web service and a consumer of that service.

All works fine but when I deploy to the production
environment the location of the web service will be
different to that at build time - what do I need to change
when I deploy to re-point the consumer without rebuilding
the solution?

TIA,
Graham

Wor Tony

unread,
May 29, 2003, 3:36:24 PM5/29/03
to
"Graham Lock" <graham...@ntlworld.com> wrote in message
news:493f01c325c6$aff57fc0$a001...@phx.gbl...
Change the url behavior of the web reference from static to dynamic.

You can then use the url setting in either web.config or app.config to point
to the url.

AP


Graham Lock

unread,
May 29, 2003, 5:08:51 PM5/29/03
to
That's great - thanks Anthony.

Graham

>.
>

0 new messages