I am writing a new application in ASP.NET MVC. I created my own MemberhipProvider that stores membership data in my own db schema. It all works, but how do I get a member in my application so that I can get the user key of the logged in user and load the model classes related to this user?
c # asp.net-mvc asp.net-membership
Neil barnwell
source share