Click here to Skip to main content
15,899,754 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
How to Secure asp.net website

What are the correct and Secure way...

Please give some coding example ....


please help me..
Posted
Updated 16-Apr-12 11:40am
v2
Comments
senguptaamlan 16-Apr-12 10:24am    
why not to use search engines like google ???

http://lmgtfy.com/?q=How+to+secure+a+ASP.NET+Website
deepakaitr12345 16-Apr-12 10:36am    
you can use the SRE or antixss library for this,
meargred in .net 4.0,
go through
hope it will help you

Thanks
shishir26 27-Apr-12 3:36am    
Thanks

Start here[^].
 
Share this answer
 
It's a huge subject and doesn't fit Q&A section. There are dedicated professionals who review the design of your web application at various levels. That said, there are various ways an hacker can attack your websites.
This article on MSDN will get you started on Building Secure ASP.NET Applications: Authentication, Authorization, and Secure Communication[^].
There are some techniques discussed here at one of the CP article - Securing ASP.NET Applications [^].
There are much more links on Google[^].

Apart from these, it's good to know about asp.net vulnerability[^] so that you handle those in your application.

Hope this gives you an insight!
 
Share this answer
 

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