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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top