What is diference between FormsAuthentication.Authenticate and FormsAuthentication.ValidateUser
Methos.In what scenario we use them.
What is diference between FormsAuthentication.Authenticate and FormsAuthentication.ValidateUser
Methos.In what scenario we use them.
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
pankaj evenPosted Jan 6, 2011, 12:35 AM
Krishna GaradPosted Jan 6, 2011, 12:21 AM
ValidateUsermethod is called to verify that a username and password have been correctly entered for a user. It is called during the authentication process.FormsAuthentication.Authenticate method only validates a user name and password against credentials stored in the configuration file for an application. Such credentials are defined in the credentials Element for forms for authentication in web.config.