Workflow Manager 6.0
You can specify the maximum file upload size supported by ASP.NET, and the maximum time that a request is allowed to execute before being automatically shut down by ASP.NET.
The default value of this setting in web.config is:
<!--Set http request length and execution timeout-->
<httpRuntime maxRequestLength="614400" executionTimeout="2400" />
To modify these settings:
1. | Open the wwwroot directory of the Workflow Manager installation and open web.config in a text editor. |
2. | Locate the maxRequestLength portion of this file: |
<!--Set http request length and execution timeout-->
<httpRuntime maxRequestLength="614400" executionTimeout="2400" />
3. | To specify the maximum file upload size supported by ASP.NET, edit the value for maxRequestLength. This limit can be used to prevent denial of service attacks caused by users posting large files to the server. By default, the value is 614400. |
4. | To specify the maximum number of seconds that a request is allowed to execute before being automatically shut down by ASP.NET, edit the value for executionTimeout. By default, the value is 2400. |
Workflow Manager 6.0 / AdminStudio Enterprise Server 11.5 Help LibraryJune 29, 2012 |
Copyright Information | Contact Us |