How users are managed in ASP.NET Webforms VS2015

0

Good day, As the users and roles are managed in ASP.NET, I have seen that it was with membership but it is already discontinued and now it is with Identity but I find it very confusing and they are mainly based on MVC, the problem is that there is already part of the site done in aspx and not in MVC. So how is this thing with ASP.NET users?

    
asked by GraphicPixel 17.03.2017 в 18:00
source

1 answer

0

Effectively and apparently the only way to create users and manage them on an asp.net website is through the new Identity, which seems to be still raw. Unfortunately for me it is based on MVC I will have to investigate if I can use MVC and Webforms at the same time, without problems.

The answer to this question can be found at the following link:

Identity Manager using ASP.NET Identity

url: link

    
answered by 17.03.2017 / 20:31
source