79534997

Date: 2025-03-25 22:34:50
Score: 1
Natty:
Report link

If you are building a website, specifically an ashx "processRequest" .net and have setup your local pc to have its own name in the hosts file like mysite.local edit c:\windows\system32\drivers\etc\hosts and make sure the entry for mysite.local is linked to the correct ipconfig ipaddress.

Now the reason for a hosts entry is so you can create a self signed cert for mysite.local so you can test https from the visual studio debugger.

Reasons:
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: dcarl661