Reputation: 1331
In VS 2015 when clicking on the properties tab of the project there was an SSL box that could be set to true or false. I can't find the same thing in VS 2017. Anyone know?
Cheers.
Upvotes: 12
Views: 15010
Reputation: 21
Step 1 - Open project properties Step 2 - Set launch from 'Project' to 'IIS' Step 3 - Click on Enable SSL Step 4 - Copy the HTTPS URL Step 5 - Switch back to project and paste the url
Upvotes: 0
Reputation: 21337
The SSL setting is at a different place in ASP.NET and ASP.NET Core projects. The following screenshots come from my blog: https://www.meziantou.net/2016/10/09/iis-express-ssl
ASP.NET
ASP.NET Core
Upvotes: 33