Post Size exceeded allowed limits

Status
Not open for further replies.

SWSDEV

Forum User
Joined
Feb 23, 2008
Messages
256
Reaction score
0
After trying to deploy an application to 3cx, the VAD indicated success.

However, in the windows event log there was a warning stating "Post size exceeded allowed limits".

Basically because I had quite a few audio files, the default max post size of 30MB was not enough and the application had problems.

To fix this add/change this setting in the web.config file

<httpRuntime maxRequestLength="[NUMBER OF BYTES]" />
 
I should follow up that post with the max size you can put, which is 2097151.

Also it's in kilobytes and not bytes.
 
Thanks for reporting this, we'll consider changing this value.
 
Status
Not open for further replies.