Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Deployment of an app with webservice

Status
Not open for further replies.

timothy

Programmer
Mar 20, 2000
39
0
0
US
I have a web application that I wrote that uses a web service I also wrote. Now I have to move the application and web service to test, then eventually to production.

What is the right way to do this? My assumption is when I move the application to test I will need to change url of the webservice or it will point to development. I know I can change the URL in the webservice project file, but I would think there is a way to do this so I don't have to change the app every time I migrate it.

Thanks for your thoughts.
 
Set the property URLBehavior on your web service to dynamic and then it can be edited as part of your web.config file.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top