Asp.Net Source HOME » asp.net learning » ASP.NET » Security - Articles for security (authentication, authorization, membership, roles, etc.)

ASP.NET - Security

Articles for security (authentication, authorization, membership, roles, etc.)

 
Securing ASP.NET Applications Posted At: 4/15/2009
The movie "Hackers" (1995) was spot-on (in being ridiculous.) But security issues with web applications are very real to the companies who have to face the fall-out from the compromise of their custom[read more]
View Comments Vote:   Yes 1  No 0
Script injections using ASP.NET Posted At: 8/18/2008
Introduction to Script injection and How to Prevent against it using asp.net.
View Comments Vote:   Yes 1  No 0
Categories of classes in the System.Security.Cryptography Namespace Posted At: 6/8/2009
Table for categories of Security Classes in the System.Security.Cryptography Namespace.
View Comments Vote:   Yes 0  No 0
Securing ASP.NET Applications Posted At: 5/7/2009
The movie “Hackers” (1995) was spot-on (in being ridiculous.) But security issues with web applications are very real to the companies who have to face the fall-out from the compromise of their custom[read more]
View Comments Vote:   Yes 0  No 0
ASP.NET 2.0 does not clear Session on Logout Posted At: 2/16/2009
Web application log out process does not clear Session properly
View Comments Vote:   Yes 0  No 0
ASP.NET Session State and Modes Posted At: 2/16/2009
A feature for temporarily storing data associated with a browser session. Session state can be stored outside the process space of a session state client. The ASP.NET State Server is the default imple[read more]
View Comments Vote:   Yes 0  No 0
Cross-Site Scripting in ASP.NET Posted At: 2/16/2009
Cross-site scripting attacks exploit vulnerabilities in Web page validation by injecting client-side script code. The script code embeds itself in response data, which is sent back to an unsuspecting [read more]
View Comments Vote:   Yes 0  No 0
Bring back the ChangePasswordTemplate from SuccessTemplate Posted At: 12/10/2008
Recently I am developing a user admin module. I have a GridView control and a ChangePassword control in the page. The admin could choose the user from the GridView and change the user's password in t[read more]
View Comments Vote:   Yes 0  No 0
Microsoft Security Advisory - SQL Injection Posted At: 12/8/2008
I recently posted about 500,000 sites having been subjected to SQL injection attacks. For the most part, these were old ASP sites. Frankly, I didn't realize there were that many ASP sites still in exi[read more]
View Comments Vote:   Yes 0  No 0
Automatically Hiding the Login Control from Authenticated Users Posted At: 10/14/2008
Some websites display a login form at the top of every page. That way, registered users can log in at any time to view additional content. The easiest way to add a Login control to all the pages in an[read more]
View Comments Vote:   Yes 0  No 0
Why Client Validation is not enough to secure our web app Posted At: 9/5/2008
We all use asp.net validators (RequiredFieldValidator, CompareValidator, RangeValidator, RegularExpressionValidator, CustomValidator, ValidationSummary) and it's good to use them BUT they will not mak[read more]
View Comments Vote:   Yes 0  No 0
Optimize Page Loading when works with DataBase Posted At: 8/29/2008
How to optimize loading time of web app when using database queries
View Comments Vote:   Yes 0  No 0
Request Validation - Preventing Script Attacks Posted At: 9/17/2009
Request validation, a feature of ASP.NET since version 1.1, prevents the server from accepting content containing un-encoded HTML. This feature is designed to help prevent some script-injection attack[read more]
View Comments Vote:   Yes   No