You can increase timeout time from the ASP script itself by using Server.ScriptTimeOut property:
Server.ScriptTimeout = NumSeconds
For example, if you want 100 seconds:
<%
Server.ScriptTimeout = 100
%>
Article ID: 234, Created: 4/24/2009 at 9:11 AM, Modified: 4/24/2009 at 9:11 AM