I have a .NET remoting application which uses IIS inproc session state. And seperately have another server for sql server database. The questions is if I recycle the application pools in my application server, will it disconnect the queries that currently being process in database?
The reason I ask because we have slowness recently (long running queries) in database. So we decided to perform recycle of app pools. And expected to kill the long running queries in db, but in fact it is not.