Error cannot connect to local host visual studio professional 2013

0

I am working on a project in Visual Studio Professional 2013, I have been working on this project previously on VS web 2015. A while ago VS stopped being able to run projects on all of my internet browsers including brand new or blank projects that I just created. Whenever I run the code the same error pops up "ERR_CONNECTION_REFUSED" on a localhost connection. VS's consul says: "The program '[9640] iisexpress.exe' has exited with code -2147483645 (0x80000003)." I have already tried deleting the iisexpress.exe folder from my documents and from the projects folder so that it could rebuild, but that did not work. I have also uninstalled and reinstalled my VS software, so I dont think that it is the problem. I looked through my firewall and I don't believe that it is the problem. I did a ton of searching the web for a way to fix the issue and found that this is commonly caused because nothing is listening on the IP:Port you are trying to connect to. So I ran:

netstat -na

in my cmd prompt. I found there was no TCP (or UDP) connection listening on the port I am trying to use "56239". I am not sure how to make my computer listen on this port. I am trying to finish up this project that I have been working on for a while now and would like to be able to run the site on my local host. Any help would be greatly appreciated.

asp.net-mvc-4
visual-studio-debugging
asked on Stack Overflow Sep 23, 2016 by NickZeus • edited Sep 23, 2016 by NickZeus

0 Answers

Nobody has answered this question yet.


User contributions licensed under CC BY-SA 3.0