I have an mvc project that has been working at http://localhost:50626 . I was updating to older code that enabled SSL. (I also had a massive Windows 10 update that took 40 mins to complete; I was already running Windows 10). When SSL got enabled http://localhost:44300 works, but http://localhost:50626 times out. After disabling SSL, http://localhost:50626 still doesn't work (times out). I am disabling SSL using the Properties window in "Edit -> Properities Window F4".
http://localhost:50626 works if I run VS as Administrator. It also works if I changed the http port and running regular VS (not as admin).
I have tried making a test web project, and test razor project, and both worked using their respected http://localhost:port url.
How can I recover usage to http://localhost:50626 ? Thank you.