I have created an application using ASP.NET MVC5 application using 4.7.2 .Net framework. but while creating the project I have selected "NO Authentication". Now I have added couple of pages where I would like to have authentication.
I know we can use Identity framework, but I am not able to add it to an existing MVC application. Can anyone have solution for this?