Sign in
Todd's Blog
My contribution to the SharePoint community
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Options
About
Email Blog Author
RSS for posts
Atom
RSS for comments
OK
Search
Tags
ASP.NET Debugging
ASP.NET General Information
ASP.NET Performance
General .Net Framework
IIS
Personal
SharePoint
Speech Server
Archive
Archives
March 2010
(1)
May 2009
(1)
March 2009
(1)
February 2009
(1)
January 2009
(3)
August 2008
(1)
June 2008
(1)
March 2008
(1)
August 2007
(2)
July 2007
(1)
June 2007
(1)
May 2007
(3)
January 2007
(4)
September 2006
(3)
July 2006
(1)
May 2006
(1)
March 2006
(1)
January 2006
(2)
December 2005
(1)
November 2005
(1)
August 2005
(1)
June 2005
(1)
April 2005
(2)
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Todd's Blog
The Wait Class
Posted
over 7 years ago
by
Toddca
0
Comments
Back when I did most of my coding with C++ I really liked the simplicity and compactness of using class constructors and destructors to do simple tasks such as setting a wait or busy cursor. For example, consider the code in Figure 1. It is a compact...
Todd's Blog
IIS 6 Crashing With Some Asynchronous Handlers
Posted
over 7 years ago
by
Toddca
1
Comments
When an ASP.NET application uses Asynchronous Handlers with IIS 6 the worker process (w3wp.exe) may crash or exit. This occurs if the Asynchronous Handler completes the request synchronously without setting IAsync.CompletedSynchronously accordingly. ...
Page 1 of 1 (2 items)