FormsAuthentication.Authenticate(username,password)
如何在没有用户密码的情况下完成相同的工作(生成会话,cookie和Authanticate所有其他工作人员)?
我正试图通过facebook连接登录用户.用户的Facebook ID存储在用户数据中.用户应该像普通用户一样登录.
更多信息在这里http://msdn.microsoft.com/en-us/library/system.web.security.formsauthentication.setauthcookie.aspx