User Profile objects are empty, even user logged-in properly?

Posted by Ahmed on Stack Overflow See other posts from Stack Overflow or by Ahmed
Published on 2010-04-01T16:54:42Z Indexed on 2010/04/01 17:53 UTC
Read the original article Hit count: 402

I use asp:Login control, user can login properly, but while checking user Profile information within LoggedIn event of Login control, all of the fields in the Profile objects are empty. Also, User.Identity.IsAuthenticated always returns false.

But, all of these issue solved while navigating to another page.

Why User.Identity.IsAuthenticated returns false, even user logged-in properly? And, is there any way to get user's profile information within LoggedIn event of Login control?

© Stack Overflow or respective owner

Related posts about ASP.NET

Related posts about asp.net-profiles