Search code examples
visual-studiovisual-studio-2017

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.


Solution

  • 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