Welcome to Professional ASP.NET - Chris Love's Official Blog Sign in | Join | Help

Chris Love's Official ASP.NET Blog

Chris Love's Helpful tips, tricks and pragmatic development knowledge for the ASP.NET world.
Add to Technorati Favorites


ASP Insider Follow Me On Twitter

Browse by Tags

All Tags » Cross-Site Scripting   (RSS)
Preventing Cross-Site Script Attacks with a Custom TextBox Control
Cross-Site Scripting attacks are still a frequent occurance across the web. Fortunately the ASP.NET framework has a built-in protection against this type of attack. But as good as that is, it is still actually limited to a certain degree. So it is a good Read More...
ASP.NET Cross Site Scripting Toolkit
I came across some references to the release of the ASP.NET Cross Site Scripting toolkit 1.5 last night. I just downloaded and will investigate it over the next few days. Cross site scripting is a fairly common method hackers are using to attack web sites Read More...