July 11, 2007 - 16:03 CEST
I guess this happens to lots of people because I found a lot of writing about it after searching google, but I didn't find any solution I could fully use. So I created a version that should work in most cases.
[...]
May 29, 2007 - 22:13 CEST
There are several ways to implement XSRF protection. In this implementation I'll use a combination of Viewstate and session to check the validity of a request.
[...]
March 9, 2007 - 17:23 CET
I just read an
article on cookies in regular ASP, which explains some of the concerns related to session cookies. In this post I'll explain how this works in ASP.NET.
[...]
January 23, 2006 - 09:16 CET
This entry will explain the steps you need to take, to use ADAM for both roles and membership in ASP.NET 2.0 and authorization manager.
[...]
December 7, 2005 - 16:46 CET
Making Active Directory Application Mode (ADAM) work with ASP.NET 2.0 in Visual Studio 2005 can be quite a hassle. This post is a step by step guide to successfully creating and using an ADAM instance with ASP.NET 2.0 without the need to install SSL-certificates.
[...]