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