<system.web> <httpRuntime executionTimeout="1200" maxRequestLength="32768" /> </system.web>
<script runat="server"> void Page_Load() { HttpContext.Current.Server.ScriptTimeout=1200; } </script>
Andrew S. Nudelman - Director of Marketing, Home Health Products