Posted on: 8/10/2014 6:59:54 PM | Views : 500

I've successfully moved to C# Razor ASP.NET within the last few months from Classic ASP. 
I'm currently working on a redesign for a client, and now it's time for me to work on the backend admin now that frontend work is almost done. I have to say using c#/asp.net has made some aspects of the site development very easy, while some seem more "complicated" than it needs to be. Overall, I think it's been a successful endeavor and plan on using c#/asp.net (razor syntax) for future sites. 
Now to my question... 
Previously, I rolled my own classic ASP programs for managing users for site administration. (user login, crud users, change passwords, email password, check if user level is high enough to manage a site feature, etc).  
Now, I'm looking at Membership/Role Management of ASP.NET.  But before I go down this path, looking for feedback of pros and cons of using ASP.NET Membership.  
Is using Membership ...

Go to the complete details ...