Hack Proof Your Asp.Net Application Part 2 (Cross Site Scripting-XSS)
Introduction -
This is part -2 of my series Secure your Asp.Net Applications. In this article, I will describe what exactly Cross site scripting (XSS) is and how hacker exploit it and how we can prevent from XSS attack.
Background:
For part-1 of this series you can check from HERE which is Secure your asp.net application from SQL Injection.
Cross-Site Scripting -
Cross-Site...