abhijitkolhatkar
Programmer
hi,
My ASP Page is executing a query which is fetching around 18,000 rows. Each having 61 columns in it.
The page displays only about 300 rows and breaks.
It displays just one line message as bellow:
line : 440
I guessed this is a performance issue and I set Server.ScriptTimeout property to 9000.
After this, the page displays an error message (after taking hell long time) as below:
"
Communication Error
No details given
"
It seems like the server which is processing this page is encountering some problems when it processes such a huge data.
Any one have any suggestions about this?
thanks
abhijit
My ASP Page is executing a query which is fetching around 18,000 rows. Each having 61 columns in it.
The page displays only about 300 rows and breaks.
It displays just one line message as bellow:
line : 440
I guessed this is a performance issue and I set Server.ScriptTimeout property to 9000.
After this, the page displays an error message (after taking hell long time) as below:
"
Communication Error
No details given
"
It seems like the server which is processing this page is encountering some problems when it processes such a huge data.
Any one have any suggestions about this?
thanks
abhijit