I have an ASP.Net MVC boilerplate app that runs [locally] on localhost:6840 (http://localhost:6840), so its unsecure.
I'd like to test a 3rd party tool that only works with secure websites even when the website is run locally (on localhost) I'd like know how do I make my localhost secure i.e. https://localhost:6840 instead of http://localhost:6840
Note that I'm using IIS Express and I followed this tutorial but it didn't work!