Results 1 to 3 of 3

Thread: Configuring WebServices at Client

  1. #1

    Thread Starter
    Member
    Join Date
    Jun 2002
    Location
    Madras
    Posts
    50

    Thumbs up 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

  2. #2
    Frenzied Member Mike Hildner's Avatar
    Join Date
    Jul 2002
    Location
    Des Moines, NM
    Posts
    1,690

    Re: Configuring WebServices at Client

    You'll probably need to set the .Url property. I usually set this via the .config file.

    Mike

  3. #3
    I'm about to be a PowerPoster! mendhak's Avatar
    Join Date
    Feb 2002
    Location
    Ulaan Baator GooGoo: Frog
    Posts
    38,170

    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
  •  



Click Here to Expand Forum to Full Width