没有为请求的 URL 配置默认文档,并且没有在服务器上启用目录浏览
解决方案:在web.config文件中添加下面这段代码,就可以了<system.webServer>
< directoryBrowse enabled=“true” />
</system.webServer>
没有为请求的 URL 配置默认文档,并且没有在服务器上启用目录浏览

相关文章:

  • 2021-09-10
  • 2021-09-29
  • 2021-12-04
  • 2022-12-23
  • 2021-11-22
  • 2021-09-27
  • 2022-12-23
  • 2022-01-16
猜你喜欢
  • 2022-12-23
  • 2021-08-04
  • 2022-12-23
  • 2021-03-31
  • 2021-09-01
  • 2021-12-21
  • 2021-11-08
相关资源
相似解决方案