Tuesday, October 3, 2023

Max file size limit of File upload - Web.config

<Configuration>

<System.web>

<httpRuntime executionTimeout="10" maxRequestLength="20480" enableVersionHeader="false" requestPathInvalidCharacters="*,%,:,\"/>

</system.web>

<Configuration>



reg:-https://stackoverflow.com/questions/288612/how-to-increase-the-max-upload-file-size-in-asp-net


https://www.webdavsystem.com/server/documentation/large_files_iis_asp_net/


https://bartwullems.blogspot.com/2022/01/aspnet-core-configure-file-upload-size.html


https://khalidabuhakmeh.com/increase-file-upload-limit-for-aspdotnet


https://kapooryash.blogspot.com/2022/06/the-wait-operation-timed-out-c-aspnet.html#more

No comments:

Post a Comment