IIS6 中ASP不能上传大文件解决方法

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

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

你可能感兴趣的:(c,windows,xml,asp,IIS)