-
Posted to
Classic ASP
by
netleon
on
06-10-2009, 10:16 AM
[quote user="jeff@zina.com"]
By the way, how can you even have an error with the line var a = b when b is undefined? Don't you do any error trapping in the code?
Jeff
[/quote]
This is an injected defect which I found during searching for root cause of the site crash. So, I beleive that such problems is possible in other ...
-
Posted to
Classic ASP
by
netleon
on
06-10-2009, 10:10 AM
No logs. DebugDiag only:
Type of Analysis Performed Hang Analysis
Machine Name S3SGWDB1
Operating System Windows Server 2003 Service Pack 2
Number Of Processors 2
Process ID 5468
Process Image c:\WINDOWS\system32\inetsrv\w3wp.exe
System Up-Time 20 day(s) ...
-
Posted to
Classic ASP
by
netleon
on
06-10-2009, 7:19 AM
IIS6 stops serving ASP pages in pool when pages with such lines as var a = b; requested where b is not decalred variable. On the development environment (XP, IIS5) fails only requested page.
Helps only restart of World Wide Web Publishing Service. This situation makes impossible of defects discovering. Where is a root cause?