❔ HTTP Error 413.1 - Request Entity Too Large
I have project on .net 5 in visual studio 2022. Does anyone can help me to fix it?
2 Replies
I think these are configured in web.config for maxRequestLength & maxAllowedContentLength
you need to override them with a bigger value i think
you can see in the error it is in the RequestFilteringModule, which maps to the
section of web.config
Was this issue resolved? If so, run
/close
- otherwise I will mark this as stale and this post will be archived until there is new activity.