<system.web> <httpRuntime executionTimeout="1200" maxRequestLength="32768" /> </system.web>
<script runat="server"> void Page_Load() { HttpContext.Current.Server.ScriptTimeout=1200; } </script>
Shana Conway - Blue Evolution