c# - asp.net Identity outside of MVC -
I created a login system for an MVC app based on the new identity framework, and since I already have all the To modify my database to match the Hard Identity 2.0 requirements, I was wondering if it would be possible to use it outside of MVC, so that I have already created, the login system for a desktop project I can use it again Example and I am working. If so, can I implement the login system on a .dell which can be used in other projects?
Yes, you can use your existing database for other applications ADO.NET Entity Data Model Add, and point it to your database. After that, if you need to, choose "update model from databases" and you should have all sets.
However, it can be as easy to create your own user / roles tables, it is disappointing (for me) that identifies the primary key as a string, even if it is essentially Guids are
Comments
Post a Comment