Understanding Cross-Site Request Forgery in .NET
By Bill Morefield You can only produce secure web applications by taking security into account, from the start. This requires thinking of the potential ways someone could attack your site as you create each page, form, and action. It also requires understanding the most common types of security problems and how to address them. […]