Good morning,
I started a new ASPX web site application, and chose to use the responsive theme.
What I am trying to do, is only show the nav menu once I am logged in (with session variable, or other suggestion).
I tried using some <% if session[varisset] %> code within the master page, but I get "code blocks are not supported in this content.
I am also trying to code the masterpage.master to have an on load() that would redirect to login.aspx if not authenticated as well, but obviously not to continually redirect there if the web page is already at login.aspx.
could anyone help me out with this? or point me in the right direction?
Let me know if you require more info.