Authenticate method of the FormsAuthentication

Feb 20 2004 2:07 AM
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?