Quote:
Originally Posted by Lee Dumond
Membership.GetUser() always returns null if the current user is not logged on.
|
Thanks Lee,
When the user is logged on already, the problem is that on the master page I'm getting the correct user information, but through the web part source file (GetArticlesRss.aspx.cs) i'm getting null.
Another note is that during debugging the code - runnig directly the file from solution explorer (view in browser) i'm getting the right information, but when running the home page (default.aspx), it returns null.
I'm gessing that this is some context problem, but have no idea where to look for solution

.
Thanks, Dror