I know with some connection pools, you can specify a test query the pool manager can use to validate a connection.
Is there anything similar to that for asp.net? I'm having a problem where there's a firewall between the web app and the database, and it's closing idle connections - the result is that the user gets an "ORA-03135: connection lost contact" error. Reloading the page is fine, but I'd like to remove that error completely.