Hello,
I have to use ASP.NET Identity System in Web Forms Application (VS 2013). It feels me tedious using Migrations and creating new fields in AspNetUsers Table.
Please help me and community is there any way we can create fields without running Migration commands like Enable-Migrations, Add-Migration, Update-Database.
Thanks,