i am extending the default asp.net mvc example.. i am using asp.net membership provider that comes with it . .
the issue is that if i access one of my url's directly without logging on it shows the full page with "Log On" link at the top.
I want it to obvious redirect to the login page, if anyone accesses any of the specific action urls and they are not logged in.
do i need to put specific logic in every action of every controller to check for "is Logged in?"\
any best practices here.