I follow the Pluralsight ASP.NET MVC 3 tutorial , module 7 - Security (which, by the way, is a great tutorial). The authorization section on the 6:24 sign shows how to set the project property SSL Enabledto true. My problem is that when I get into project properties, I do not have this option. I only see Always Start When Debugging, Project Fileand Project Folder. Does anyone know why I don’t have the opportunity for SSL Enabledhow I can do this, otherwise I can achieve the same result? I am using Visual Studio 2010 SP1Rel.
In another reading, I saw that the requireSSL="true"tag is specified in the configuration in the Web.config file authentication. Does this do the same as setting SSL Enabled = truein project properties? If not, can someone give a brief explanation of the difference or point me to a good article? Thank.
source
share