I have done a application on asp.net and I'm saving a video and audio file is sql server
i have a issue with uploading big file over on sever. appls is hosted on ISS7 here i used a code in web.config file that is a below:
<httpRuntime executionTimeout="3600" maxRequestLength="102400"/>
and
<system.webServer>
<security>
<requestFiltering>
<requestLimits maxAllowedContentLength="1024000000"/>
</requestFiltering>
</security>
</system.webServer>
but im getting error on uploading time that is below in image:
please help me out how can i upload files up to 10GB with ISS7
10GB file im save ing as a varbinary(MAX)
and 10GB was converting in Byte
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…