Rob Bowman
Rob Bowman

Reputation: 8741

ASP.Net Security

There's a great pdf available from the Microsoft Patterns & Practices team called: "building secure asp.net applications". microsoft pdf

This is a bit old now since it was written for .Net 1.0. Does anyone know if Microsoft have published an update or equivalent?

Thanks

Rob.

Upvotes: 2

Views: 171

Answers (3)

PhilPursglove
PhilPursglove

Reputation: 12589

I recommend the book Beginning ASP.NET Security by blowdart.

Upvotes: 0

Richard Lockwood
Richard Lockwood

Reputation: 21

How's this - ASP.NET Web Application Security http://msdn.microsoft.com/en-us/library/330a99hc.aspx

Upvotes: 1

ibram
ibram

Reputation: 4589

Here is a Security Guideline for ASP.NET 2.0: http://msdn.microsoft.com/en-us/library/ms998258.aspx

Upvotes: 2

Related Questions