|
-
Feb 11th, 2006, 01:10 PM
#1
Thread Starter
Member
Configuring WebServices at Client
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
venkat
Strength is Life, Weakness is Death
- Swami Vivekananda
-
Feb 11th, 2006, 04:49 PM
#2
Frenzied Member
Re: Configuring WebServices at Client
You'll probably need to set the .Url property. I usually set this via the .config file.
Mike
-
Feb 14th, 2006, 05:58 AM
#3
Re: Configuring WebServices at Client
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
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|