IIS6中ASP不能上传大文件解决方法:
首先,停止以下服务:
IISAdminService
WorldWideWebPublishingService
HTTPSSL
SimpleMailTransferProtocol(SMTP)
FTPPublishingService
然后,编辑:C:\Windows\system32\inesrv\metabase.xml
找到:ASPMaxRequestEntityAllowed默认为204800(200k),改成需要的(5120000050M)!
修改IIS设置,如下图:
IIS6 中ASP不能上传大文件解决方法

最后,启动上面被停止的服务,就算完成了!

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-11-08
  • 2021-08-29
  • 2022-01-07
  • 2022-12-23
猜你喜欢
  • 2021-09-25
  • 2021-11-30
  • 2022-12-23
  • 2021-12-07
  • 2021-06-29
  • 2022-12-23
相关资源
相似解决方案