Access client information server-side
I’ve been a fan of .NET Slave for quite some time. Mads posts tons of interesting code snippets and also has a good “voice”. In “Access client information server-side”, Mads comes up with a clever way to get client properties and use them on the server side.
My only concern about this technique is that it relies on Javascript to do the redirect, so what happens if the user has disabled Javascript?
All in all, a good technique, though.