当前位置: 代码迷 >> ASP.NET >> 这个webconfig如何设置
  详细解决方案

这个webconfig如何设置

热度:8564   发布时间:2013-02-26 00:00:00.0
这个webconfig怎么设置
我想设置,只要登陆网站,都给他转到index.aspx。
除admin/admin_login.aspx   这个文件外

------解决方案--------------------------------------------------------
web.config应该设置的验证登录的只能有一个登录页和返回页,如果是多个的登录页的话,要自己用程序控制,不能在web.config中设置
------解决方案--------------------------------------------------------
<location path= "admin/admin_login.aspx ">
</location>
写在里面