Click to See Complete Forum and Search --> : SSL help....


StyM
November 23rd, 2004, 01:09 AM
Hello and Good Day.
how do i make my site implement ssl?
do i need some code to be appended in my asp.net page???
please help i have no idea on ssl..

thank you very much for the help.

mmetzger
November 23rd, 2004, 09:27 AM
SSL is typically setup within IIS, not ASP.NET. For the site properties, just enable SSL and provide a certificate for it.

Within ASP.NET you do have the option to require SSL access via the Request.IsSecureConnection. In other words, you can either force a redirect or not process page data.