我在 asp.net 上做了一个应用程序,我正在保存一个视频和音频文件是 sql server 我在服务器上上传大文件时遇到问题。appls 托管在 ISS7 上,我在 web.config 文件中使用了如下代码:
<httpRuntime executionTimeout="3600" maxRequestLength="102400"/>
和
<system.webServer>
<security>
<requestFiltering>
<requestLimits maxAllowedContentLength="1024000000"/>
</requestFiltering>
</security>
</system.webServer>
但我在上传时间时遇到错误,如下图所示:
请帮助我如何使用 ISS7 10GB 文件上传最大 10GB 的文件我保存为 avarbinary(MAX)
并且 10GB 正在转换为字节