asp.net 启用认证的全过程
摘要:
1、webconfig <system.web> <authentication mode="Forms"> <forms loginUrl="~/Admin/Login" timeout="2880"></forms> </authentication> </system.web> 增加下面的节点 阅读全文
posted @ 2023-02-25 21:35 漫思 阅读(18) 评论(0) 推荐(0) 编辑