Link to home
Start Free TrialLog in
Avatar of james henderson
james hendersonFlag for United States of America

asked on

asp.net webservice redirect

I have a website that includes a webservice that a client application uses for database transactions.  We are changing the "design" such that many copies of the website will be available through subnets, and a copy of the database will be available for each copy of the website.

My question is how to do the same for the webservice.  Is there a way to set the reference to the webservice client at runtime to use the correct webservice based on the url of the specific website that hosts the service?
ASKER CERTIFIED SOLUTION
Avatar of Miguel Oz
Miguel Oz
Flag of Australia image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of james henderson

ASKER

thanks