为什么位置路径安全无效 [英] Why Location path security not working

查看:77
本文介绍了为什么位置路径安全无效的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我有以下设置,但是当我访问ManageContacts.aspx(来自IIS express)时,它并没有指向login.aspx,我做错了什么?简单密码仅供参考。



I have the following setup, but when I access the ManageContacts.aspx (from IIS express), it does not point me to the login.aspx, did I do anything wrong ? Simple password are for illustration purpose only.

<location path="~/ManageContacts.aspx">
    <system.web>
      <authorization>
        <deny users="?"/>
        <allow users="admin"/>
      </authorization>

      <authentication mode="Forms">
        <forms loginUrl="~/Account/Login">
          <credentials>
            <user name="admin" password="123456"/>
          </credentials>
        </forms>
      </authentication>

    </system.web>
  </location>

推荐答案

这篇关于为什么位置路径安全无效的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆