G
Gershon
I have an ASP.NET/C# web application running against a SQL Server
database using ADO.NET. Whenever there is a long-running database
query, the web application hangs until the database query is complete.
Even clicking the browser's stop button and clicking on other links
within the web application fails. The only thing the user can do is
close the browser and open up a new browser window. Is there any other
way for a user to interupt a database query?
I am not using a Dispose method and thought that might be the
problem. However, there is no "unmanaged" code being used that I am
aware of.
database using ADO.NET. Whenever there is a long-running database
query, the web application hangs until the database query is complete.
Even clicking the browser's stop button and clicking on other links
within the web application fails. The only thing the user can do is
close the browser and open up a new browser window. Is there any other
way for a user to interupt a database query?
I am not using a Dispose method and thought that might be the
problem. However, there is no "unmanaged" code being used that I am
aware of.