Possible Duplicate:
How do you get the UserID of a User object in ASP.Net MVC?
Greetings, I have created a custom membership provider to make it possible to authenticate users on my application. How can i retrieve current user id in controller? I need this to get some data from database for this user like this:
PersistanceManger.RepositoryUser.GetInformation(userROWGUID);