Welcome to MSDN Blogs Sign in | Join | Help

Browse by Tags

All Tags » ASP.NET   (RSS)
ThreadAbortException and Unmanaged Code
As you are probably aware Thread.Abort() raises a ThreadAbortException in the thread on which it is invoked, to begin the process of terminating the thread. Please note that if Abort is called on a managed thread while it is executing unmanaged code, Read More...
How the Execution Timeout is managed in ASP.NET
As you are probably aware, it is possible to specify the execution timeout of an ASP.NET request through the config file. All you need to do is to set the executionTimeout attribute on the httpRuntime element in either the web.config (for one ASP.NET Read More...
Page view tracker