Smartermail timeout when executing large imports

Published by

Posted on February 17, 2008

You will need to edit the web.config file to a longer execution timeout other then 240. the file is in the mr5 folder.

<httpRuntime maxRequestLength=”10240″ />

that you can change to

<httpRuntime maxRequestLength=”10240″ executionTimeout=”240″ />