Hi Narendra,
Welcome to the MSDN forum.
To solve that issue, please check
this similar issue and try to modify the
web.config:
<system.web>
<!-- maxRequestLength for asp.net, in KB -->
<httpRuntime maxRequestLength="xxxxx" ></httpRuntime>
</system.web>
<system.webServer>
<security>
<requestFiltering>
<!-- maxAllowedContentLength, for IIS, in bytes -->
<requestLimits maxAllowedContentLength="xxxxxxxx" ></requestLimits>
</requestFiltering>
</security>
</system.webServer>
For more detail information about the ASP.NET development, please redirect to this
appropriate forum: https://forums.asp.net/for better support,
thanks for your understanding.
Best regards,
Sara
MSDN Community Support Please remember to click "Mark as Answer" the responses that resolved your issue, and to click "Unmark as Answer" if not. This can be beneficial to other community members reading this thread. If you have any compliments
or complaints to MSDN Support, feel free to contact MSDNFSF@microsoft.com