Sign in
MSDN Blogs
Microsoft Blog Images
More ...
Browse by Tags
Search
Archives
Archives
January 2013
(2)
November 2010
(1)
October 2010
(1)
July 2010
(2)
April 2010
(1)
March 2010
(2)
February 2010
(2)
January 2010
(1)
October 2009
(2)
September 2009
(2)
August 2009
(1)
July 2009
(5)
June 2009
(1)
May 2009
(1)
April 2009
(3)
March 2009
(3)
February 2009
(5)
January 2009
(3)
December 2008
(5)
November 2008
(3)
October 2008
(2)
September 2008
(3)
August 2008
(3)
July 2008
(3)
June 2008
(5)
May 2008
(4)
April 2008
(8)
March 2008
(4)
February 2008
(5)
January 2008
(2)
December 2007
(4)
November 2007
(6)
October 2007
(6)
September 2007
(8)
August 2007
(6)
July 2007
(7)
June 2007
(10)
May 2007
(9)
April 2007
(12)
March 2007
(8)
February 2007
(5)
January 2007
(3)
December 2006
(1)
November 2006
(4)
October 2006
(2)
September 2006
(9)
August 2006
(2)
July 2006
(1)
Tags
.NET Framework
Ajax/Javascript
ARR
ASP.NET
CLR
Cool stuff
DataAccess
Debugging/Windbg
Hotfix/Service Pack
IDEVDataCollector
IIS
Internet Explorer
Italian techs
LogParser
OT
Personal
Productivity
Random
Scripting/ASP
Security
Technology
Tools
Troubleshooting
Vista/Longhorn
Visual Studio
Common Tasks
Blog Home
Email Blog Author
RSS for posts
RSS for comments
Tagged Content List
Blog Post:
Automatic postback does not fire for TextBox control
Carlo Cardella
I recently come across an interesting request which read like this: A simple webapplication with one Textbox and one label. The Textbox has Autopostback=”true” and has an event listener attached to the TextChanged event. In the TextChanged event the label’s text is set to the text in the textbox. A javascript...
on
29 Oct 2010
Blog Post:
How many application pools can you cope with?
Carlo Cardella
This is an interesting question I have to admit I had not thought to until we got a case from a customer whom was in trouble with his production servers: how many application pools can you run on IIS? Event better, how many w3wp.exe instances can the OS cope with? As quite often happens in our job, the...
on
11 Aug 2008
Blog Post:
Don't let IE local cache drive you crazy!
Carlo Cardella
I stumbled across this issue multiple times during my life of web developer (which begun about 10 years ago), it appeared every now and then to complicate things when I was in the middle of a heavy debugging sessions and doing frequent changes to my pages; I was expecting some kind of results but despite...
on
16 Dec 2007
Blog Post:
A Trappable error C0000005 occured in an external object, the script cannot continue running
Carlo Cardella
This is an Access Violation exception which can have different causes (MDAC bad installation, third party components such as Oracle dlls which Oracle has a fix for etc...), but in the specific case I had some time ago this was due to a corrupted Windows Scripting Host engine. This was a classic ASP application...
on
29 Oct 2007
Blog Post:
Server Error 500, unable to create new session
Carlo Cardella
I saw this problem reported on a Windows 2000 Server (IIS 5.0), I've not checked if the same could also happen on IIS 6/7... The application is build on classic ASP pages and the error appeared about once per day on a test server; when browsing the user got a message reading " unable to create new...
on
30 Jul 2007
Blog Post:
Session_OnEnd not firing after applying Windows 2003 Service Pack 2
Carlo Cardella
We very recently discovered a bug in classic ASP (asp.dll) you get installing the Service Pack 2 for Windows 2003; removing the SP2 makes it work again as expected, so this is a regression bug introduced by the service pack itself. Basically with SP2 installed, the Session_OnEnd() method in classic ASP...
on
25 Mar 2007
Page 1 of 1 (6 items)