How will you disable SSL if you already set it up when you create your project to not use it on the first place? If I will try to create a new ASP.NET API 3.1 project without SSL, it will work fine when you first run it.
But on my case, I want to run it using
Project
setting under Debug -> Launch option:
Under this option, the typical option you usually see like check or uncheck SSL is missing so I am not able to disable it. So when you run this API template, you will prompt by the usual "Trust SSL Certificate" dialog box.
On the first place, I already disable SSL when I create my project, that's why it is strange to see this dialog box.
But when I changed the settings back to
IIS Express
under Debug -> Launch option, it was already been disabled, and when I run it, it runs fine without any issue about SSL notification. Is this an issue on Project option only?


