My asp.net application crashes sometimes in live server while we are working on it. All users are facing [Exceptions]yellow error screen.And Throws dozens of exception in exception log.
[Get] find 0 Table rows
This exception occurs on randomly not on specific location or specific click. But when I restart my application on IIS the application working fine. but again some hours same problem appears.
When I try to Re-login Than application don't find my credentials. but after restart IIS. I successfully login in to application with same credentials.
Summary: not find the specific reason of crashes. Working fine when i restart IIS.
- drop down list are not find data from datasource
- Grid table find 0 rows when access to table.
when same grid and drop down list is access after IIS restart it has data.
Note: its feels that we lost connection from database. but actually it has connection but find no data in it