Hello
I want to be able to upload large files and hit this error:
Request Filtering module is configured to deny a request that exceeds request content length
I have changed the web.config in C:\Program Files (x86)\Zentity\ZentityWebSite\WebUI
To contain the section
<system.webServer>
<security>
<requestFiltering>
<requestLimits maxAllowedContentLength="2000000000"/>
</requestFiltering>
</security>
Can you please confirm that this is the correct edit, and should I make any other changes.
[Remember to IIS restart]
Regards
Steven
sjj698