Click here to Skip to main content
15,881,204 members
Please Sign up or sign in to vote.
5.00/5 (1 vote)
See more:
Hello everyone,

I want to know about Web Application security.

But not able to find where to start and how? Yes i know lots of content is available on MSDN and internet but what is the relevant content that should I follow.

I am keen about how to protect a web application or web site. We make login for users and validate with the database and keep the necessary data in session and when user make logout do the Session.Abandon(); this i use in my apps.

But this is not enough what make a website secure.

Means I'm not getting from where to start and where to follow?

Please guide me.

Thanks and regards.
Posted
Updated 11-Oct-11 21:23pm
v2

 
Share this answer
 
Comments
Tech Code Freak 12-Oct-11 4:27am    
My 5! + Bkmkd
Uday P.Singh 13-Oct-11 6:04am    
thanks :)
Pravin Patil, Mumbai 13-Oct-11 4:50am    
5+ good answer...
Uday P.Singh 13-Oct-11 6:04am    
thanks :)
You can use cryptography to secure website.
.Net encryption
system.security.cryptography
 
Share this answer
 
v2

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