Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Enabling SSL in Visual Studio 2017

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.

like image 951
Mike Avatar asked May 10 '17 08:05

Mike


1 Answers

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

like image 112
meziantou Avatar answered Oct 04 '22 14:10

meziantou