Todd's Blog

My contribution to the SharePoint community
Posts
  • Todd's Blog

    The Wait Class

    • 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

    • 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)