Tagged Questions

1
vote
1answer
605 views

Is it ok to use .NET MembershipProvider to have multiple virtual “applications” on one web application?

I want to build portal-like asp.net web application from scratch and was looking at asp.net MembershipProvider as a standard way for user's management. I created my provider inheriting from ...