Hi, I implemented web application (C#, ASP.NET) that, depending on customer demands, uses windows or forms authentication. Now, I need a way to execute custom code after user logs in. Code must be executed only once and should work for both types of authentication. It doesn't need to be in same place but it must execute after successful authentication.
Thanks.