Redirecting
My default.aspx, which allows all users, has a login button.
I want to have an authenticated user redirected to another specific page, for instance main.aspx, after logging in through the login button (page)
How to do that?
I tried using the FormsAuthentication.RedirectFromLoginPage but I have no control of the page it redirects to
Thanks
|