I’m pretty new to ASP.net and am trying to teach myself, so I appreciate any help you can offer.
My question: I am currently using the LoginStatus Control to display the Login/Logout button. I want to change the location of the login page. Currently the login page is on login.aspx (default) but I want to have it so that when the login is pressed it re-loads the current page but attaches GET variables such as ?action=login to the URL.
Reading through the .net documentation I found this:
LoginStatus control provides a link to the login page defined in the application configuration settings
I’m not sure which configuration setting this refers to. Where exactly can I edit this value?
Thanks.