#) Adding Cross-Site Scripting Protection to ASP.NET
1.0
ASP.NET 1.1 added the ValidateRequest attribute to protect your site
from cross-site scripting. What do you do, however, if your Web site is still
running ASP.NET 1.0? This article shows how you can add similar functionality to
your ASP.NET 1.0 Web sites.
#) Security related C# code samples
Code access security with C#
Demonstrates the use of .NET Framework Code Access Security, in which code
can have permissions independent of the person executing the code.
|