S
Shao Yong
I've written an asp.net application using ACCESS as the database. It
works well first. But after a while, I found the application cound not
make response to user's request quickly. It seems dead. You couldn't the
ASP.NET page.
Why? And how to solve the problem. Someone please help me.
Here are something about the application:
1. the debug mode has been turned off in the web.config
2. I close opened connections it after I used.
3. I write a class for handling general operation to the ACCESS database
like query, insert, update etc. And the all static methods.
works well first. But after a while, I found the application cound not
make response to user's request quickly. It seems dead. You couldn't the
ASP.NET page.
Why? And how to solve the problem. Someone please help me.
Here are something about the application:
1. the debug mode has been turned off in the web.config
2. I close opened connections it after I used.
3. I write a class for handling general operation to the ACCESS database
like query, insert, update etc. And the all static methods.