一、Win7更好修改下面地址的文件:

C:\Program Files (x86)\IIS Express\config\schema

C:\Program Files\IIS Express\config\schema

修改:IIS_schema.xml 第730行.

把:
 <attribute name="enableParentPaths" type="bool" defaultValue="false" />
修改成:
 <attribute name="enableParentPaths" type="bool" defaultValue="true" />

 

二、退出IIS Express重启即可。

 

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-09-07
  • 2022-02-09
  • 2021-06-11
猜你喜欢
  • 2021-10-19
  • 2021-12-06
  • 2022-02-10
  • 2021-10-27
  • 2021-08-30
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案