0
kicks
Member system in ASP.NET without using Providers
I need to implement member system (role-based security) in ASP.NET in short time. So I don't have enough time to study/customize the Membership, Profile, Role provider. So I had searched on how to do it without them. And here is how ..