原文地址:http://www.cnblogs.com/gguowang/archive/2009/04/16/1437156.html

MSDN参考:http://msdn.microsoft.com/zh-cn/library/ms165025.aspx

找到C:\WINDOWS\system32\inetsrv\urlscan\urlscan.ini 

将DEBUG加入到 urlscan.ini文件中的 AllowVerbs  配置节中:

[AllowVerbs]
GET
HEAD
POST
DEBUG

同时,把 urlscan.ini文件中的 options 配置节中的:

AllowDotInPath项置为1 ,形如:

AllowDotInPath=1

重新启动IIS

 

原文地址:http://www.cnblogs.com/gguowang/archive/2009/04/16/1437156.html

MSDN参考:http://msdn.microsoft.com/zh-cn/library/ms165025.aspx

找到C:\WINDOWS\system32\inetsrv\urlscan\urlscan.ini 

将DEBUG加入到 urlscan.ini文件中的 AllowVerbs  配置节中:

[AllowVerbs]
GET
HEAD
POST
DEBUG

同时,把 urlscan.ini文件中的 options 配置节中的:

AllowDotInPath项置为1 ,形如:

AllowDotInPath=1

重新启动IIS

相关文章:

  • 2022-12-23
  • 2021-11-07
  • 2021-07-21
  • 2021-07-29
  • 2022-12-23
  • 2021-09-02
  • 2022-12-23
  • 2021-12-30
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2021-11-12
  • 2021-05-31
  • 2021-06-29
  • 2021-07-15
  • 2021-07-17
相关资源
相似解决方案