Click here to Skip to main content
15,918,742 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
hi I am making a website in which i needs to implement the payment module through PayPal.
I needs to know how can I provide security in this module like one is https(secured browsing). I want to know other ways of providing security which I can implement in that module.

Thank You
Posted
Updated 8-Aug-11 8:32am
v2

 
Share this answer
 
Comments
thatraja 8-Aug-11 22:45pm    
5!
The link you were given, is the other half of https. A certificate is what certifies your https website, without it, the browser will warn that it's not safe at all. That is the single way of making a HTTP transaction secure, so that is what you need to do.
 
Share this answer
 
Comments
thatraja 8-Aug-11 22:46pm    
5!
Buy the certificate and install Installing your IIS SSL Server Certificate on Microsoft IIS
After That follow the link below:
Redirect from Http to Https in ASP.NET
 
Share this answer
 
Comments
thatraja 8-Aug-11 22:46pm    
5!
Monjurul Habib 9-Aug-11 4:29am    
thank you.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900