I am trying to upload html file (around 420KB) to episerver cms media folder. Files are uploaded successfully however when I am trying to view the files using
This is happening even when I try to download the same file. I am getting truncted file back.
Just to put this in context we have other file types (pdf, word documents etc) with larger sizes and they are uploading/downloading without any issues.
The issue is not happening on local developer machine and is only happening in DXC integration/staging/production environments only.
I have tried to increase the file size by adding following in my web.config without any luck
Hi
I am trying to upload html file (around 420KB) to episerver cms media folder. Files are uploaded successfully however when I am trying to view the files using
<requestLimits maxAllowedContentLength="1048576000" />
</requestFiltering>
<httpRuntime maxRequestLength="1048576000" requestValidationMode="2.0" />