Authenticate method of the FormsAuthentication
I have a question regarding Authenticate method of the FormsAuthentication RedirectFromLoginPage.
While doing steps which u mentioned what if I don't want authenticated user to redirect back to the originally requested url instead I want authenticated user to redirect to defined page. That means after login user should always go to one specific page instead of originally requested url.
what should I do to do this task complete?