Best way to require SSL for a page?

  • Thread starter Thread starter Bill Henning
  • Start date Start date
B

Bill Henning

What is the best way to require certain pages on a web site to be viewed in
SSL (https://) vs. regular http://? Are there any recommended practices?
ASP.NET 2.0 suggestions are welcome.

Thanks in advance,
Bill
 
Hi Bill:

One foolproof method is to tell IIS that SSL is required. Right click on
a file, directory, or web site in the IIS MMC and go to the security tab.
From here you can edit the secure communication settings and require SSL
and even force 128 bit encryption.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Using ssl for a single page! 1
ASP.NET and SSL question 5
Auto redirect http to https 1
Mixing SSL/non SSL pages 13
Requiring SSL 4
using SSL with ASP.net 2.0 7
Enforcing SSL to be used 1
Sharing SSL 5

Back
Top