I am having a strange problem where I cannot run a VS ASP.NET app (specifically, an MVC 5 app) that was developed on another machine with the same version of VS (2015, Update 3). However, I can create a new ASP.NET MVC 5 app on the machine and that runs
fine. But when I try to run the app developed on the other machine, all I get is a Page cannot be displayed error, like IIS isn't running, but I don't get any error messages from IIS or VS. Both machines are configured the same way with the same version
of VS (2015 Community) and the same update (Update 3). Both run Windows 10 as well.
I'm wondering if there is a configuration settings that configures the local express version of IIS in the project that perhaps is creating the conflict, and that maybe by chance, IIS Express on both machines is not configured the same way for some reason
(although I never changed the configuration of IIS on either machine from their defaults.)
NOTE: I also know if you have IIS installed (from the Control panel -> Programs & Features -> Add Windows Features) in addition to the version of IIS 10.0 Express that VS installs, that can create a problems when testing in VS, but I don't have that version
of IIS enabled/installed; only the Express version 10.0 version that was installed with Visual Studio. I also don't have any other web services installed (ie. Apache, WAMP, etc).
Suggestions? I've tried running VS as an Administrator as well, with the same result so Windows permissions does not seem to be the problem. I've also deleted the "IISExpress" folder in the Documents folder to clear out any possibility of that being an
issue.