I have a problem with debugging on local host, I cannot resolve it neither by restarts or reconnecting to networks etc.
I cannot solve it with solutions from here: Waiting for localhost, forever!
(The project used to work, then I left it for two weeks and 'something' must have changed).
The symptoms are following - in Firefox, it says waiting for localhost forever, in Internet Explorer it waits a while and then shows an InternalServerError 500.
In VS 2015 it says that it's loading various assemblies (Owin etc) and it takes a VERY long time, but regardless, when the loading finishes and VS says it's Ready, it still does not work.
I am not hitting a breakpoint nor an endless loop.
I have two applications that I test, one uses port 62331, other one uses 44300. The one that uses 62331 works OK, the other one does not.
PortQry says both ports are listetning:
I have noticed that I have 4 IIS processes active in 'Processes' tab, not sure if that's right or not...
Please let me know what can I check or how can I try to fix it.