Hello All,
I have develop a project in mvc5 with visual studio 2019.
Project runs properly from visual studio. And now i want to deploy this project on local host for my machine.
And first time I am deploying the mvc project.
So I have publish the project and copy the content in inetpub/wwwroot folder.
and in IIS convert the application. And then tried to run it on browser but the blank page display instead of login page which I have set in route config file.
Please help me in this .