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:
Expand|Select|Wrap|Line Numbers
- <security requireSsl="false"
Thank you.