<forms protection="All" loginUrl="Login.aspx">
                
<credentials passwordFormat="MD5">
                    
<user name="sw" password="202CB962AC59075B964B07152D234B70"/>
                
</credentials>
            
</forms>
        
</authentication>
        
<authorization>
            
<deny users="?"/>
        
</authorization>

 

 

 sender, EventArgs e)
    {
        if (FormsAuthentication.Authenticate(tbUserName.Text, tbPassWord.Text))
        { FormsAuthentication.RedirectFromLoginPage(tbUserName.Text, CheckBoxIsPerminate.Checked); }
    }

相关文章:

  • 2021-04-10
  • 2021-10-28
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-08-08
猜你喜欢
  • 2021-05-22
  • 2021-07-23
  • 2022-12-23
  • 2022-12-23
  • 2022-01-05
  • 2021-08-27
相关资源
相似解决方案