I need to debug an asp.net project. I want to debug the website using the debug function with Visual Studio 2015 through a browser. I just succeed in debugging before.
Now I'm getting this error ERR_CONNECTION_REFUSED after I try to start debugging.
I have already tried these solutions How to solve ERR_CONNECTION_REFUSED when trying to connect to localhost running IISExpress - Error 502 (Cannot debug from Visual Studio)?
and localhost refused to connect Error in visual studio
But none of them are working.
It seems IIS Express is not binded to Visual Studio...