I create a new web form application in vS2015, The template site default use Identity. and the login.aspx is placed in Account folder.
I put a Asp.Net control: LoginStatus on default.aspx, when I login with LoginStatus, it redirect to login.aspx in the root folder, but it do not have a login.aspx in the root, so the borwse can't find the login page.
How can I tell LoginStatus, my login page was placed in Account folder, not in the root.