I'm looking to have something like a profile provider in my ASP.NET MVC 4 that is using SimpleMembership. Correct me if I'm wrong by I don't think they've included the profileProviders into the simpleMembership yet. (I was not able to find an example of it anyways)
What I need is to be able to store user specific information (Email, Account number, etc...) that are needed often and easily retrieve them from anywhere in the application (views, controllers etc)
How can I do this? what is the best practice? I'm quite new to the platform and am learning everyday so sorry if this question has been asked before. I was not able to find it.