In dotNet MVC applications, I would like to know how to check if the user is already logged on or not.
I would like to redirect the logon users to an authenticated Index page not the Index page in the Home controller right after he logs on.
In dotNet MVC applications, I would like to know how to check if the
Share
Note that you can also do this with forms authentication in web.config.