Jump to content
Xtreme .Net Talk

Recommended Posts

Posted

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?

Note: I think as a programmer not as a human, so use my answer at your will
  • Administrators
Posted

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.

Posting Guidelines FAQ Post Formatting

 

Intellectuals solve problems; geniuses prevent them.

-- Albert Einstein

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...