博客园  :: 首页  :: 联系 :: 管理

Membership.ValidateUser 与 FormsAuthentication.Authenticate 的区别

Posted on 2010-02-23 09:18  sunrack  阅读(606)  评论(0)    收藏  举报

Membership.ValidateUser 验证数据库表中指定的用户。

FormsAuthentication.Authenticate 验证 web.config 文件中 Credentials 节指定的用户。