S
shapper
Hello,
I need to check if the current user is authenticated and get its
profile.
For authentication checking I got the following options:
Request.IsAuthenticated.ToString
My.User.IsAuthenticated.ToString
User.Identity.IsAuthenticated.ToString
Which one should I use?
And how can I get the profile?
Thanks,
Miguel
I need to check if the current user is authenticated and get its
profile.
For authentication checking I got the following options:
Request.IsAuthenticated.ToString
My.User.IsAuthenticated.ToString
User.Identity.IsAuthenticated.ToString
Which one should I use?
And how can I get the profile?
Thanks,
Miguel