Hi,
I need to restrict multiple users from logging into my system. I am using Application_OnPostAuthenticateRequest event in global.asax to see if anybody is logged in. It works really well.
But CSS is not loading and the screen looks horrible. If I comment out the code in that event, the page renders perfectly...
What am I missing? What does Application_OnPostAuthenticateRequest has anything to do with CSS??
Thanks a lot for the help