global.asax 保护页面
如何保护 Global.asax 中的页面以防止像 http://yourapp/Login.aspx
这样的直接访问,以便您需要登录才能通过那个页面。
How can I protect a Page in Global.asax
to prevent direc access like http://yourapp/Login.aspx
, so that you need to log before you can get through that page.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您可以使用表单身份验证:
http://www .asp.net/security/tutorials/an-overview-of-forms-authentication-cs
You can use Forms Authentification for that:
http://www.asp.net/security/tutorials/an-overview-of-forms-authentication-cs
在 web.config 中您可以指定每个页面的访问级别
In web.config you can specify access level for each page