user153923
user153923

Reputation:

Changing Web Service from Localhost to Server

I've got a small WCF service I've created.

I can edit it and get it working great on the localhost, but my PC is not where this application is going to be run from. It is going to run on our Server.

However, every time I try making any kind of change to the project that points it to our server, the entire project goes to crap: I can no longer view the project in a browser and my test console application can not connect to it. I try changing it back to using the local IIS web server, but then the local machine does not start up IIS whenever the project is started so it doesn't work either.

I can debug and troubleshoot for a day or so to get it working again on the local machine, but then I'm back to Square 1 where I need to deploy my application onto our Server.

This is freakin' maddening!

My project works, but I can't seem to get it from Localhost to a real Server.

All the examples I find online show how to do this using Localhost. Does no one ever deploy their projects?

Where is the Guide for getting me from Development stage to Deploy?

screenshot

error

Upvotes: 0

Views: 2694

Answers (1)

Related Questions