All articles(网络文学目录) All Pictures(图片目录) All Softwares(软件目录)

 
ASP.NET上传大于4M的文件的相关设置_[Asp.Net教程]

Writer: 归海一刀 Article type: Programming skills(编程技巧) Time: 2014/1/30 1:18:06 Browse times: 346 Comment times: 0

ASP.NET上传大于4M的文件的相关设置_[Asp.Net教程]


Head photo

Go homepage
Upload pictures
Write articles

ASP.NET上传大于4M的文件的相关设置_[Asp.Net教程] 步骤1:
修改win2003上传限制,找到windows\system32\inserv\metabase.xml文件
   将其中的 aspmaxrequestentityallowed= 的值改为1073741824 (1G)
   注意修改前要停止IIS等服务。

步骤2:
如果你装的是net1.1,请找到windows\...\v1.1.4322\config\machina.config文件,将execution timeout改为36000
   将maxrequestlenth 值设为 1048576 (1G)
   如果你装的是net2.0,请找到windows\...\web.config文件,在这一行的上方插入一行,
   




There are 0 records,
Comment:
Must be registered users to comment(必须是注册用户才能发表评论)

Disclaimer Privacy Policy About us Site Map
Copyright ©2011-
uuhomepage.com, Inc. All rights reserved.