entity framework - asp.net-web-api2 individual user account with Custom Database -


i new asp.net web api , need create project individual user account , don't need identity database ,
need use database , (database exist) .

so when check username , password , check database , tables (it's different structure of asp identity db )

and don't need register , create datatables in database ?

what changes should ? , there tutorial work on ?


Comments

Popular posts from this blog

1111. appearing after print sequence - php -

java - WARN : org.springframework.web.servlet.PageNotFound - No mapping found for HTTP request with URI [/board/] in DispatcherServlet with name 'appServlet' -

node.js - Express and Redis - If session exists for this user, don't allow access -