ASP.NET Web API in VS is unable to run in my browser due to NET::ERR_CERT_INVALID error (Your connection isn't private)
Before I ran my application, VS promted me to download the localhost certificate. When opening my certificate manager (certmgr) I see that there is a localhost certificate in my Personal folder as well as in my Trusted Root Certificate Authorities folder. However, I am still getting the same error when trying to run the application.