SSL... again

Discussion in 'ASP.NET 2.0' started by mmerrens, Jun 21, 2007.

  1. Okay, so I've got my wildcard SSL certificate from RapidSSL and it has been applied to my site. Now what?

    I'd really like to secure the entire site but there are pages for which no benefit would be derived so how, for instance, could I secure some pages/folders and not others? (Sorry for the newbie question but I've not had to use SSL before).

    Say, for instance, I have:

    root
    file1.apsx
    file2.aspx
    secure
    file1.aspx
    public
    file1.aspx
    images
    ...

    How could I secure root/file1.aspx but not file2.aspx?
    How could I secure all of root/Secure but none ofroot/public?
    If I have images used in secure and public are there any other issues I needto consider?

    Thank you.
     
  2. Bruce

    Bruce DiscountASP.NET Staff

Share This Page