Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

open source .NET-based user management systems?

Tags:

.net

system

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?

like image 490
NavG Avatar asked Jun 29 '26 04:06

NavG


1 Answers

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.

like image 67
drharris Avatar answered Jun 30 '26 19:06

drharris



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!