Hi,
I've created an application using C# and Webservices. it works fine at my local intranet. what do i need to do for the webservices, if i deploy my appication at my client site.
Thanks
:eek2:
Printable View
Hi,
I've created an application using C# and Webservices. it works fine at my local intranet. what do i need to do for the webservices, if i deploy my appication at my client site.
Thanks
:eek2:
You'll probably need to set the .Url property. I usually set this via the .config file.
Mike
The generated proxy class will have a line in there which is used when the class is instantiated, and this variable refers to the full location of the web service. Place the location of the web service in the web.config file, and so that changes to the location of the web service do not require a recompilation, but only a change in web.config