I use a master page (Frontend.mater
) in my aspx site that consists of a tree view menu.
My problem is that one of my pages is my login page to the site which currently includes this master page (template).
My sense is that my menu to the rest of my pages should only be seen AFTER a verified login.
Is there a way that I can: 1) Hide an entire treeview menu for this login page while keeping other controls, css, and scripts for the page. 2) Is it a matter of creating a second Frontend.master file for the login page with an empty section? 3) Other considerations?