This article talks about ASP.NET the custom Forms Authentication mechanism. We will see how we can use a custom database in unison with the ASP.NET Forms Authentication mechanism to provide the desired level of security to our applications. Continue reading
security
Understanding SQL Injection and Creating SQL Injection Proof ASP.NET Applications
This article talk about what SQL
injection is, how can that effect the security of our websites and what steps should be taken to create an ASP.NET
application SQL
injection proof. Continue reading
An Absolute Beginner’s Tutorial on Cross Site Scripting(XSS) Prevention in ASP.NET
In this article we will try to see what is Cross Site Scripting(XSS).
We will try to see some samples that are vulnerable to XSS and try to inject some scripts. We will then see how we can prevent XSS attacks in an ASP.NET website. Continue reading