T
trullock
Hi,
Ive written a URLRewriter IHttpModule which all works fine.
I've come to make a change to it which involves deciding where to
redirect based on what role a user is in.
HttpContext.Current.User is null however in my ihttpmodule's
beginrequest event
Should it be? If so, is there a different event i can use where the
User does exist which doesnt fire too late to perfrom the rewrite?
Thanks
Andrew
Ive written a URLRewriter IHttpModule which all works fine.
I've come to make a change to it which involves deciding where to
redirect based on what role a user is in.
HttpContext.Current.User is null however in my ihttpmodule's
beginrequest event
Should it be? If so, is there a different event i can use where the
User does exist which doesnt fire too late to perfrom the rewrite?
Thanks
Andrew