web.config中使用authentication控制全局登陆后,用户二次访问时如何获取它的信息?
web.config中使用authentication控制全局登陆后,用户二次访问时如何获取它的信息?
日期:2022-04-01 22:23:30 人气:1
登录代码
private void Button1_Click(object sender,System.EventArgs e)
{
if(System.Web.Security.FormsAuthentication.Authenticate(this.TextBox1.Text,This.TextBox2.Text)
{
/
private void Button1_Click(object sender,System.EventArgs e)
{
if(System.Web.Security.FormsAuthentication.Authenticate(this.TextBox1.Text,This.TextBox2.Text)
{
/