I have never done any serious ASP.NET development (ie standard WebForms). However I now find myself implementing Silverlight/RIA Services and ASP.NET MVC apps, which reuse a lot of standard ASP.NET, especially when it comes to authentication and authorization.
I understand the basics and overall usage of Forms auth, Membership providers, roles, etc. However I'd like to really understand them very well, to help ensure I'm not leaving any gaping security holes.
Can anyone recommend a good book or website that really digs deep into this stuff, from start to finish? There are a lot of books on ASP.NET security, but most were written in the 2.0 days. I can't seem to find any that target 4.0 (does that really matter?)
EDIT:
This book is looking the best so far, even if it is written against 3.5:
Professional ASP.NET 3.5 Security, Membership, and Role Management with C# and VB, by Bilal Haidar, published by Wrox
