Run Time Error

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have aspx page need to run a long time process,
as long as half hour.

However, the process occur run time error when the process is running about
20 min..

any idea? thank you
 
Check out the Server.ScriptTimeout property

If you are doing database code, check out the
SqlConnection.ConnectionTimeout property and the SqlCommand.CommandTimeout
property.

Karl
 
Back
Top