ASP.NET stops responding after executing a database query which is time consuming
- From: veenakj@xxxxxxxxx
- Date: 22 Aug 2005 12:52:00 -0700
Hi,
I have a asp.net webpage which has aroud 20 steps as hyperlink.
when start button is clicked, then step1 starts which does some
operation in db and returns some value, based on that value i post the
same page again to execute the next step. This continues untill the
20th step is executed. Now some steps, take lot of time to execute some
queries(9 million row updates) in the database. So asp.net stops
responding and do not continue to next step eventhough the db operation
for that step is completed.
I have tried increasing the executiontimeout property but the problem
still exists.
Has anyone faced this problem? What are the possible solutions?
I use AP.NET1.1 on XP box with IIS5.0
any help appreciated.
Thanks
VKJ
.
- Follow-Ups:
- Prev by Date: Re: App Deployment Failure?
- Next by Date: Redirect issue
- Previous by thread: ASP.NET stops responding after executing a database query which is time consuming
- Next by thread: Re: ASP.NET stops responding after executing a database query which is time consuming
- Index(es):