PDA

View Full Version : SSL... again


mmerrens
06-21-2007, 11:21 AM
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.

bruce
06-26-2007, 09:20 AM
Once the SSL is installed, your site will work with both HTTP or HTTPS. Most people just control the protocol using HTTP link. For example, you will link to your order using https://yourdomain.com/secure/orderpage.aspx.



Bruce

DiscountASP.NET
www.DiscountASP.NET (http://www.DiscountASP.NET)