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.
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.