D
David Schornack
I sure I am just missing something simple, but how can I repoint my
webservice client application from my development server to my test or
production server without recompiling. Currently I have included all three
web services into my client application and I just comment out the ones I am
not using.
//using com.development.www;
//using com.production.www;
using localhost;
Can I include some directive in my Web.config. I am using Visual Studio
..Net 2003. My Web Service is an ASP.NET webservice as is my client.
Thanks
David
webservice client application from my development server to my test or
production server without recompiling. Currently I have included all three
web services into my client application and I just comment out the ones I am
not using.
//using com.development.www;
//using com.production.www;
using localhost;
Can I include some directive in my Web.config. I am using Visual Studio
..Net 2003. My Web Service is an ASP.NET webservice as is my client.
Thanks
David