In the ASP.NET settings pane, you can see some ASP.Net settings that you can edit with the Manager Web Configuration Editor.
| Setting | Description | 
|---|---|
| Max request length | Maximum length of the user request in kilobytes (KB). This limits, amongst others, the maximum size of file that can be loaded. | 
| Processing timeout | Maximum time in seconds for processing a user request. The user request is stopped abruptly if the timeout is exceeded. NOTE: This time should not be too short because the user session can be lost if the timeout is exceeded. | 
