I have an ASP.NET web application using authentication. Everything is configured and working correctly. However, I am dealing with the problem of creating and supporting users and roles.
I know that I can roll my decision, but I wonder if there is an alternative solution?
Does iis7 provide authentication user management screens? Is there a reliable, free solution that someone would recommend?
Thank!
- IIS7, .
...
WinForm: http://sourceforge.net/projects/aspnetdb/
WebBased: http://www.asp.net/Learn/Security/tutorial-12-cs.aspx
, ...
Visual Studio "- → " ASP.NET ", , . , .
, , FormsAuthentication , , " ". , - , , CMS, , .
Asp.Net MVC mvcmembership.
What would be really cool if someone implemented all this in the Portable Area .
Another option:
http://mywsat.codeplex.com/
See also the following questions:
Managing users in Silverlight, creating a user interface, or using the ASP.NET website administration tool?
How to manage ASP.Net users on a server without development?
Source: https://habr.com/ru/post/1738068/More articles:Using URL routing for web forms with .ashx files - c #How to tell parents that a thread is running in C ++ using pthreads? - c ++How important are lifeless sessions? Should web application support support them? - frameworksHow to get all the paths in drupal install - moduleWhat is the easiest way to get the built-in progress bar with Ruby / Sinatra / Haml / Passenger / nginx? - progress-barNginx update download module with rails and passenger - ruby-on-railsManaging users in Silverlight, creating a user interface, or using the ASP.NET website administration tool? - asp.netC # - Running Exe without using System.Diagnostics.Process.Start - c #Is there a way in PHP to keep the file open and process each line and subsequent lines? - fileКак управлять пользователями ASP.Net на сервере без разработки? - asp.netAll Articles