My idea is to let asp.net do its own thing, I do its own thing database wise. If I should use provider model and nhibernate self-role, if I can figure out how, I’m curious. Or is there a way to integrate the current code in the mvc example into nhibernate?
I am about to start a new application and am excited about using asp.net mvc and nhibernate. However, the biggest “problem” is how do I deal with user authentication things. Those who are used to using nhibernate What is the way to solve this problem with MVC?
My idea is to let asp.net do its own thing, I do its own thing database wise. If I should use provider model and nhibernate self-role, if I can figure out how, I’m curious. Or is there a way to integrate the current code in the mvc example into nhibernate?
You can still use the ASP.NET 2.0 Membership API in ASP.NET MVC.