.net2.0在子文件夹添加web.config文件出错,求解决方案
我想其中一个文件夹需要身份验证,我在该文件夹中新建了一个web.config文件
如果当中加入
<authentication mode= "Forms ">
</authentication>
就报以下错误:
It is an error to use a section registered as allowDefinition= 'MachineToApplication ' beyond application level. This error can be caused by a virtual directory not being configured as an application in IIS.
请问有什么办法解决
------解决方案--------------------你的2.0建立的 web项目 没有使用IIS 虚拟 目录模式
而是使用了 vs自带的 目录模式
你需要将你的web应用程序文件夹设置成虚拟目录运行
------解决方案--------------------iis -> 在虚拟目录上 右键属性 -> 创建 应用程序
------解决方案--------------------是将你新建的文件夹创建为应用程序
------解决方案--------------------将你的web应用程序文件夹设置成虚拟目录运行