Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
Last post Jun 26, 2012 06:54 AM by Mikesdotnetting
0 Points
2 Posts
Jun 25, 2012 03:42 AM|LINK
I want to develop one webportal and want to add different database, registration , sign in , Forum etc.
I am worried about security issues, which much I have to keep in mind? please give info or link to related pages tooo...
All-Star
154818 Points
19853 Posts
Moderator
MVP
Jun 25, 2012 04:14 AM|LINK
See this: https://www.owasp.org/index.php/OWASP_Top_Ten_Cheat_Sheet
Jun 26, 2012 03:36 AM|LINK
If registration and all in 3 tier architecture then can it be saved from sql injection?
Jun 26, 2012 06:54 AM|LINK
Architecture has nothing to do with security. The list of vulnerabilities in the page I linked to all include basic advice on how to protect against them. For SQL injection, the defense is parameter queries: http://www.mikesdotnetting.com/Article/113/Preventing-SQL-Injection-in-ASP.NET
karimkhan
0 Points
2 Posts
How many security aspect should be kept in mind while developing database based website in ASP.Ne...
Jun 25, 2012 03:42 AM|LINK
I want to develop one webportal and want to add different database, registration , sign in , Forum etc.
I am worried about security issues, which much I have to keep in mind? please give info or link to related pages tooo...
Mikesdotnett...
All-Star
154818 Points
19853 Posts
Moderator
MVP
Re: How many security aspect should be kept in mind while developing database based website in AS...
Jun 25, 2012 04:14 AM|LINK
See this: https://www.owasp.org/index.php/OWASP_Top_Ten_Cheat_Sheet
Beginning ASP.NET Web Pages with WebMatrix | My Site | Twitter
karimkhan
0 Points
2 Posts
Re: How many security aspect should be kept in mind while developing database based website in AS...
Jun 26, 2012 03:36 AM|LINK
If registration and all in 3 tier architecture then can it be saved from sql injection?
Mikesdotnett...
All-Star
154818 Points
19853 Posts
Moderator
MVP
Re: How many security aspect should be kept in mind while developing database based website in AS...
Jun 26, 2012 06:54 AM|LINK
Architecture has nothing to do with security. The list of vulnerabilities in the page I linked to all include basic advice on how to protect against them. For SQL injection, the defense is parameter queries: http://www.mikesdotnetting.com/Article/113/Preventing-SQL-Injection-in-ASP.NET
Beginning ASP.NET Web Pages with WebMatrix | My Site | Twitter