Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Shaun E on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

SSL

Status
Not open for further replies.

romh

Programmer
Jan 3, 2003
297
US
I designed a web site which consist of a series of pages. Somebody is of the idea, to make all pages secured with SSL. Not all pages need to be secured. There's only 1 out of the 6 pages which grab credit card information. Is this a good idea, or is it better to just have the credit card page secured. I am using SQL server 2000 and asp.net. Each page reads and updates to the database.

Thanks

 
SSL will only make it secure in the sense that data sent to/from each page cannot be viewed by anoyone apart from the user and the server. SSL licenses can be used (as far as I know) for a whole site so you may as well implement it on any pages that are sending any of the users data.


____________________________________________________________

Need help finding an answer?

Try the Search Facility or read FAQ222-2244 on how to get better results.

 
So it wont make it slower at all? Right


 
You can download a sample certificate to test with.


____________________________________________________________

Need help finding an answer?

Try the Search Facility or read FAQ222-2244 on how to get better results.

 
yes, i can get one from thawte.com



Thanks

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top