C# ASP.Net MVC文件上载-最大上载量-Safari是否超过?

C# ASP.Net MVC文件上载-最大上载量-Safari是否超过?,c#,asp.net-mvc,C#,Asp.net Mvc,我已经设置了最大文件大小,但safari用户似乎可以绕过最大文件大小 ... <httpRuntime maxRequestLength="5120"/> <system.webServer> <security> <requestFiltering> <requestLimits maxAllowedContentLength="5000000" />

我已经设置了最大文件大小,但safari用户似乎可以绕过最大文件大小

...
    <httpRuntime maxRequestLength="5120"/>
    <system.webServer>
    <security>
          <requestFiltering>
            <requestLimits maxAllowedContentLength="5000000" />
          </requestFiltering>
        </security>
    </system.webServer>
...
。。。
...
当我试图通过google chrome上传16mb时,它似乎起作用(即不上传)
你知道怎么回事吗?

web.config你发布的xml不好,你有两个开头
system.webServer
elementssory我的打字错误,web.config你发布的xml不好,你有两个开头
system.webServer
elementssory我的打字错误,