Hi there,
I am trying to check if the user belongs to someone's friendlist from the database and redirect him accordingly.
I am doing this in a routehandler called by Global Asax.
I just want to know how to get the username (from the login information) in the route handler class (or Global asax)
I used this:
string username = HttpContext.Current.User.Identity.Name;
and very strangely, its assigning ".aspx" as the username!!
ps: i did search for similar question but in vain. sorry if I dint search it thoroughly.