I am working on .Net core Identity Web App (MVC) and i scaffold identity and get folder under Areas named Identity I do not want to use Razor pages in my MVC app so is there any solution to scaffold identity in Controller/View ? and please mention why Microsoft use this approach any benefit using razor pages in MVC app.
Thanks