string roles = "Zdmin";FormsAuthenticationTicket authTicket = new FormsAuthenticationTicket(1,"Gdmin",DateTime.Now,DateTime.Now.AddMinutes(20),false,roles//写入用户角色);Gdmin有使用 roles 不起作用谁知道 是什么问题
这里改下,试试
基于FormsAuthentication的用户、角色身份认证:http://www.cnblogs.com/dedeyi/p/3424979.html
不是
@Aaron_Net: 你可以看下,我发的链接,尝试一下上面的方法
@金琥: 已解决,可能是NET机制有问题 AuthorizeRequest 重写了他的机制,就好了