wertyuio1 wrote:Hi
I need the login/Registery page as my homepage. In V10 I'm aware there is an option to click on the login.cshtml and use it as the start page. On rebuilding the application and launching the local host server. It doesn't open like so. Does anyone have an idea???
All help greatly appreciated.
Kind Regards
Richard.
You cannot use the "Set as start page" option in Visual Studio when working on an MVC project. However, you can set the start page by editing the project properties.
1. Right click on the Nop.Web project.
2. On the left menu select "Web"
3. Set the "Start Action" to a "Start URL" of "/login".
This should provide the desired functionality.