Problem:
Log entries feature "Maximum request length exceeded" (PSIcapture) and "Post size exceeded allowed limits" (Event Viewer)
Solution:
This can usually be fixed by editing the square9api webconfig located in your inetpub folder. (C:\inetpub\wwwroot\Square9API\)This line needs to be added in :
Under the heading <configuration> and subheading <system.web>, search for the line:
</authorization>
Add the following just below this line (or alter the values to suit your needs):
<httpRuntime executionTimeout="10000" maxRequestLength="429496295"></httpruntime>
An image is attached which depicts the proper placement of this string in the web config file.
Reference logs and event logs are also attached.
Comments
Please sign in to leave a comment.