在IIS7 / Win7的临提高最大上传文件大小 [英] Increasing Max Upload File Size on IIS7/Win7 Pro

查看:206
本文介绍了在IIS7 / Win7的临提高最大上传文件大小的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我设置为客户端的服务器(这是我通常不这样做),我快到问题与上传大文件(11MB)。服务器运行的是Windows 7专业版与IIS补充说。

I'm setting up a server for a client (something I don't typically do), and I'm running into issues with uploading larger files (11MB). The server is running Windows 7 Professional with IIS added.

在web.config中我试过设置

In web.config I've tried setting

<system.web>
    <httpRuntime maxRequestLength="65536" /> <!-- 64MB -->
</system.web>

...这是行不通的。

... and that doesn't work.

我已经设置

<system.webSecurity>
    <security>
        <requestFiltering>
            <requestLimits maxAllowedContentLength="68157440" />
        </requestFiltering>
    </security>
</system.webSecurity>

...那也不行。

... and that doesn't work either.

我缺少的是在这里吗?正如我已经说过,我一般不设立服务器,所以我可能失去了一些东西很明显...没有暗示将在被嘲笑!

What am I missing here? As I've said, I don't typically set up servers, so I may be missing something obvious... no suggestion will be scoffed at!

先谢谢了。

推荐答案

原来,这是用在前端使用的组件有问题。

It turns out this was a problem with a component used on the front end.

值得注意的(任何人在未来过这个绊脚石),来自两个雅各布和丹的建议被要求使这项工作。

It's worth noting (for anyone stumbling across this in the future), that the suggestions from both Jacob and Dan were required to make this work.

感谢您的帮助反正家伙!大部分AP preciated!

Thanks for your help anyway guys! Much appreciated!

这篇关于在IIS7 / Win7的临提高最大上传文件大小的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆