Web Services

kaisersoze

Centurion
Joined
Aug 27, 2003
Messages
152
Hi
I developed a web application. The application consists of web services and an application consuming the services both developed in asp.net environment. Well tested on the testing stage. Now I need to deploy the application in production server. In my case client the web services and web application both are going to be deployed in same server.

problem:
After installing the application on the production server, how can I point the application to go to the web services to consume the services?
 
In visual studio if you open the client application you can select the web reference in solution explorer and set the url behaviour (i think) to dynamic - this moves the url into the web.config file.
If you deploy this version to a production server (after testing etc) you can edit the web.config and git it to point to the new url of the web service.
 
Back
Top