Hi
Is the Application table used at all in Microsoft.AspNet.Identity?
In the AspNetUsers table that Microsoft.AspNet.Identity uses (as opposed to System.Web.Security) there is no Application field and there doesn't seem to be any other reference to Application in the other new tables.
Can someone confirm whether I am correct in assuming that Application table is no longer used in the Microsoft.AspNet.Security model or if I am not correct then how is it used?
Thanks for reading
Go to the complete details ...