Time out exception?
C#
1
Posts
1
Posters
0
Views
1
Watching
-
Hi Guys, I was wondering if anyone can help me out with a problem. If I leave my application idle for a while then I get a "Table 0 not found error" on any page that needs to access the database... i am guessing this happens since the database times out... how can I handle this exception in a way that if the user leaves the application idle for too long then it would redirect the user back to the login page (I am using .NET Passport for authentication) Thanks