0

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!

Daniel_Kamel
  • 610
  • 8
  • 29
  • What web server are you using when running the application locally? (IIS, IIS Express, Kestrel, etc.) – David Jun 06 '23 at 14:03
  • @David IIS Express (edited question now) – Daniel_Kamel Jun 06 '23 at 14:14
  • VS has a tunnel option that allows you to create a publically accessible domain for this type of thing. [This](https://learn.microsoft.com/en-us/connectors/custom-connectors/port-tunneling) might help. – AliK Jun 06 '23 at 16:26

0 Answers0