open source .NET-based user management systems? -


every business app requires user registration, profile management , authorization system. looking open source .net system can usewithout change. saw few in java not found useful in .net. can use?

the .net framework has lot of built in, of in system.web.security. should follow quickstarts, "securing application" one. login controls , user registrations included , customizable. there's no need add complexity (and potential security hole) of third-party solution here.

if you're using mvc, check out relevant section of mvc music store tutorial.


Comments

Popular posts from this blog

java - SNMP4J General Variable Binding Error -

windows - Python Service Installation - "Could not find PythonClass entry" -

Determine if a XmlNode is empty or null in C#? -