Sign In
Thomas Marquardt's Blog
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Options
Email Blog Author
RSS for posts
Atom
RSS for comments
OK
Search
Advanced search options...
Search In:
Everything
Blogs
Forums
People
Groups
Places
Pages
Date range:
All Time
Last Year
Last 6 Months
Last 3 Months
Last Month
Last Week
Last Two Days
Tags
Extensionless URLs
Archive
Archives
October 2010
(1)
June 2010
(1)
May 2010
(1)
April 2010
(2)
June 2009
(1)
March 2009
(1)
August 2008
(1)
July 2008
(1)
April 2008
(1)
November 2007
(1)
October 2007
(2)
August 2007
(2)
July 2007
(2)
June 2007
(4)
July, 2007
MSDN Blogs
>
Thomas Marquardt's Blog
>
July, 2007
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Thomas Marquardt's Blog
An Ounce of Prevention: Using System.Threading.Timer in an ASP.NET Application
Posted
over 5 years ago
by
Thomas123456
2
Comments
Using a timer in an ASP.NET application is not as simple as it seems. There are three problems that commonly occur: ASP.NET applications shutdown for a number of reasons, and if the timer is not disposed before the AppDomain is unloaded, the timer...
Thomas Marquardt's Blog
ASP.NET Thread Usage on IIS 7.5, IIS 7.0, and IIS 6.0
Posted
over 5 years ago
by
Thomas123456
57
Comments
I'd like to briefly explain how ASP.NET uses threads when hosted on IIS 7.5, IIS 7.0 and IIS 6.0, as well as the configuration changes that you can make to alter the defaults. Please take a quick look at the “Threading Explained” section in...
Page 1 of 1 (2 items)