c# - Does ASP.NET Identity 2 support anonymous users? -


I still want to allow registered and registered users to post to my website.

  postal (idle) - id (int) - subject (nerve) - body (nerve) - user id (unique determinant)   

the latest in this project MS Technologies (ASP.NET MVC5 +, C # ...) How should I go about doing this?

Is ASP.NET Identification A Perfect Solution?

Update

  • Li> strong> I still need to be able to differentiate the registered users and record their posting in the database. After that

    Update 2 has an option to migrate into a registered account. As soon as the permission of anonymous users was stackoverflow. Anything like this but compatible with ASP.NET Identitfy

    The latest revision of authentication in ASP.NET detection Is ASP.NET This is the predecessor SimpleMembership, which was an attempt to improve itself on the old ASP.NET Auth. Membership providers are not a different type of authentication system, but rather, there is a way to bootstrap ASP.Net Ath or Simple Embership with additional functionality. If you had a special login scenario that was not connected to the default, then you can create a subscription provider that will allow ASP.NET to interface with that system.

    ASP.NET identity makes everything cognizant, and does not use it. Subscription providers Instead, it provides a very expandable foundation for authentication using the standard API There is no way to customize authentication in any way. It also has more robust support for Oath and external signin providers, and the interface is better with features such as Active Directory, especially Blue Edition in the cloud.

    If you are starting a new project then go along with identity. Saying that this will be made for the untouched future, the taste of Microsoft seems to be a bit dangerous with the attitude of certification in the past, but by working with it from my personal experience, it has finally found it in the right way. That you will only see finishing and improvement rather than full replacement.

  • Comments

    Popular posts from this blog

    Verilog Error: output or inout port "Q" must be connected to a structural net expression -

    jasper reports - How to center align barcode using jasperreports and barcode4j -

    c# - ASP.NET MVC - Attaching an entity of type 'MODELNAME' failed because another entity of the same type already has the same primary key value -