I'm looking at building a non-public site. I've built some web sites with ASP and would like DNN to replicate what I've done before if possible. So here's my scenario:
Point browser to http://mysecuresite.com
First visit, you get the login page, nothing else is available.
Login, and everything become available (including a home page).
When you logout, all you can get to is the login page.
If when you logged in, you checked "Remember Me", when you come back you go directly to the default home page. If not, then you go to the login page.
A try at a simple restatement... Is there a way to redirect to the login page, if you are not logged in (or remembered) when you first access a DNN site?
Thanks in advance,
Paul