Click here to Skip to main content
15,886,873 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Dears,

I am doing an online shopping website as my final project.

But my tutor told that is have to implement a security protocols (ex: make the data secure between the server and user)to make the application secure.

And he told me also use HTTPS and something like that. plz plz any help anyone can help me

Encrypting the data between the server and user using a security protocol?!??!?!.


Regards.
Posted
Updated 8-Nov-11 23:28pm
v2

I think this is a good place to start. You should understand web application security before implementing it.

ASP.NET Web Application Security[^]

How to use HTTPS with your asp.net web application you can refer to this link
http://www.instantssl.com/ssl-certificate-support/csr_generation/iis_ssl_certificate_5x.html[^]

Also, refer to this code project article
Switching Between HTTP and HTTPS Automatically: Version 2[^]
 
Share this answer
 
Comments
youssef_123 9-Nov-11 9:09am    
10x man but i know these thing while the thing that i need is to encrypt the data between the server and the user using https and something like that!!!
Vivek Krishnamurthy 10-Nov-11 22:41pm    
HTTPS signals the browser to use an added encryption layer of SSL/TLS to protect the traffic. Enabling the web page over HTTPS will take care of that.
RaviRanjanKr 10-Nov-11 7:13am    
Nice Link, My 5+
 
Share this answer
 
v2
Comments
youssef_123 9-Nov-11 9:09am    
10x man but i know these thing while the thing that i need is to encrypt the data between the server and the user using https and something like that!!!

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