Tom Christian's Blog
-
Bringing down an ASP.NET Application for updates
One of the really useful, and not well-known features of ASP.NET 2.0 is that you can use a special file to take your application down and show users a friendly message while you update the site.
-
ASP.NET Tips: Add trace statements
So I am going to start a new topic revolving around some useful tips for ASP.NET developers.
-
Cookies or other headers disappearing, can cause 'out-of-memory'
We just had a case recently where the customer saw their cookie disappear when they did a large form post. After looking into it further, we discovered that the problem was KB 819876 Basically we were including the POST data in the size we use to calculate...(read more)