I have a folder with 2 pages that only an Admin has access too. However, if you try to view the page without being logged in I get an error that says "/main/login.aspx" could not be found.
I want users who aren't logged in to be redirected to "/main/admin/login.aspx"
How do I go about setting up the redirect response?
...
Go to the complete details ...