¤ Is anyone monitoring this blog?
¤
Blog?
In any event, what kind of database are you attempting to connect to? Could you post a code example
and identify the code that executes before the web application ends?
Paul
~~~~
Microsoft MVP (Visual Basic)
1. Use a Microsoft Access database
2. Put the database in the bin folder or lower
3. Operate in "Debug" mode
What happens is that each time you open a connection to the access database, its file modification timestamp is updated. ASP.NET sees this and restarts the application, thinking that a dll has been updated. This not only causes the application_end, but also restarts the sessions.
From http://www.developmentnow.com/g/22_2005_3_0_0_191693/OleDbConnection-causes-Application-End.htm
Posted via DevelopmentNow.com Groups
http://www.developmentnow.com/g/
--Mary
On Wed, 21 Oct 2009 11:20:18 GMT, Erik<nos...@developmentnow.com>
wrote: