摘要: IIS6 默认允许的附件最大上传大小为4M,在IIS7之前,当我们需要扩大这个上传限制时,比如需要将允许上传的附件上限设置为50M,则可以在web.config中做如下配置:<system.web><httpRuntime requestValidationMode="2.0" maxRequestLength="51200" executionTimeout="60" appRequestQueueLimit="100" /></system.web>在使用IIS7后,除了进行 阅读全文
posted @ 2012-04-13 21:51 灿烂的鸟 阅读(5257) 评论(0) 推荐(1)