Closed
Description
I have an MVC action decorated with RequestSizeLimitAttribute
. However, I'm seeing the following message in my logs every time I hit that route: A request body size limit could not be applied. This server does not support the IHttpRequestBodySizeFeature
.
I'm running ASP.NET Core 2.2 with IIS on Windows Server 2016.
I couldn't manage to find not even a single mention of this in Google. I'm guessing it's because I'm running the app behind IIS. If that's the case, does that mean that only web.config limits are supported?