What's the best way to exclude a page from a "logged in" check in the master page's code? Currently I'm using the SCRIPT_NAME in the Request.ServerVariables, but I'm not too comfortable with that and I can't think of a better way to do it right this minute. The page shares a master page with other pages that need the logged-in check.