Microsoft just released a new version of AntiXss to help eliminate security threats in your ASP.NET Web Applications.
Download the security update to address the known security vulnerability of ASP.NET Websites.
Don't forget the ever popular DNN runs on ASP.NET and is therefore vulnerable to the security threat.
A walkthrough of the AntiXss 3.1 sample application.
UrlScan assists with SQL Injection Attacks on your Websites.
Just as with a Custom MembershipProvider, one can create a Custom RoleProvider in ASP.NET to handle role-based permissions and security. In this 5 minute tutorial I am going to create a custom roleprovider, called SimpleRoleProvider, that only allows users in the "Admin" role to view a page. Read more...