Every business app requires user registration, profile management and an authorization system. I am looking for an open source .net system which I can usewithout much change. I saw a few in Java but could not found anything useful in .net. What can I use?
The .NET Framework has a lot of this built in, most of which is in System.Web.Security. You should follow the Quickstarts, specifically the "Securing Your Application" one. Login controls and user registrations are included and customizable. There's really no need to add the complexity (and potential security hole) of a third-party solution here.
If you're using MVC, then check out the relevant section of the MVC Music Store tutorial.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With