kaisersoze Posted May 25, 2004 Posted May 25, 2004 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? Quote Note: I think as a programmer not as a human, so use my answer at your will
Administrators PlausiblyDamp Posted May 25, 2004 Administrators Posted May 25, 2004 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. Quote Posting Guidelines FAQ Post Formatting Intellectuals solve problems; geniuses prevent them. -- Albert Einstein
carpe2 Posted May 26, 2004 Posted May 26, 2004 Here is some interesting information: http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dv_vstechart/html/vbtchRedirectingApplicationToTargetDifferentXMLWebServiceDuringInstallation.asp Quote Adolfo.
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.