Hello
I have changed my ASP.NET from version 4.0 to 4.6.1 in Visual Studio 2017. Also in Visual Studio 2017, I have enabled SSL through my project's Properties panel.
I have noticed, however, that in my project's Web.config file, it says:
Should I now change this to "true"?
Thank you.
I have changed my ASP.NET from version 4.0 to 4.6.1 in Visual Studio 2017. Also in Visual Studio 2017, I have enabled SSL through my project's Properties panel.
I have noticed, however, that in my project's Web.config file, it says:
Code:
<security requireSsl="false"
Thank you.
Comment