Hi, I'm running DNN 9. My pages that are only viewable by registered users do not get redirected to the Login page - they get redirected to the homepage which also requires authentication which then sits in an infinite loop.
How can one debug to ascertain why anonymous users are not being redirected to the Login Page. Also which login page takes preference, the one defined under admin settings or the loginurl in the web.config. Neither of these work so I'm trying to establish where else this could be configured resulting in a redirect to my homepage (i.e.default)