Link to home
Start Free TrialLog in
Avatar of jackjohnson44
jackjohnson44

asked on

visual studio web site on two different computers one uses iis, one iis express project file messed up

Hi,
I am working on a web project on a computer with iis where I was using that to publish to.  This worked.

I started developing part time on my laptop using iis express.  Once I used subversion to get a copy on my laptop, I changed the settings to debug using iisexpress.  I updated some code, then checked in.  When I put the code back on the machine using iis, I can't load the web project anymore because the iisexpress settings aren't there.  I can't reload the project.

On my laptop I can't change from iisexpress to external url without specifying a url.

1. How can I fix the issue so that I can load the project on my server without iisexpress?

2. How can I setup these projects so that I can work on both computers more easily?
Avatar of Jesus Rodriguez
Jesus Rodriguez
Flag of United States of America image

The optimal solution will be create a Visual Studio Team Server and the let the project select the latest code and check-in or checkout the files with the latest code/version without worries and then upload the last modified  version to the server
ASKER CERTIFIED SOLUTION
Avatar of Gary Davis
Gary Davis
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial