代码:
public static UserInfo LUser
{
get
{
string strUser = ((FormsIdentity)HttpContext.Current.User.Identity).Ticket.UserData;
return Common.Deserialize<UserInfo>(strUser);
}
}
web.config
<authentication mode="Forms">
<forms loginUrl="~/Member/Login.aspx" timeout="2880" />
</authentication>
人家都说不是你硬要转有什么办法..
怎么解决?用什么方法可以代替?
@行走的影子: 他什么类型就用什么类型接,不要强转不行吗
@吴瑞祥: 嗯。修改了程序,转换之前判断是否可以相同类型