This is not related to uploading supporting documents. This setting times out an inactive user if they don't request a new page from the server in 30 minutes.
<system.web> <!-- maxRequestLength sets the size of the upload attachments --> <httpRuntime maxRequestLength="8192" executionTimeout="360"/> <!-- sessionState timeout sets the number of minutes for the session to expire --> <sessionState timeout="30"></sessionState>
Note:
There is also currently a hard coded value of 8MB in the VPConnect code. There is an issue submitted to replace the hard coded value with a configuration setting.
Note:
To expose the upload folder to external share it and let the app pool user have access to it. Outside users do not physically add a file to this folder. The VPConnect application copies the file to that location.