accessing FTP server via Windows Browser

TheMSsForum.com: The Microsoft Software Forum

  • The MSS Forum ‹ IIS
    • Archive
      • Biz
      • MCSE
      • CRM
      • Drivers
      • Framework
      • ADO
      • ASP
      • Compact
      • Forms
      • Dotnet
      • C#
      • VB
      • FontpageGen
      • Excel
      • WorkSheet
      • Exchange
      • Setup
      • Fox
      • Fontpage
      • ASP
      • IIS
      • Entourage
      • Money
      • Messanger
      • PocketPC
      • Powerpoint
      • Project
      • Publisher
      • Excel
      • VB
      • Security
      • Portal
      • Services
      • SQLServerDev
      • SVCS
      • SQLServer
      • VB
      • VC
      • MFC
      • ExcelGen
    • Previous
      • 1
        • what happens to requests inside apppool when apppool crashes? hi, i have the following question: let us assume that my application pool in iis 6.0 has crashed due to i.e. faulty isapi filter. what happens to all the requests already "handled" inside this apppool, but not "re-delivered" to http.sys? will http.sys hands-over these un-answered requests to the recycled apppool? or will these requests "die"? if they die, what error message is sent back to the clients - 503 / service unavailable? thanks in advance, fritz -- Fritz Theiss Tag: accessing FTP server via Windows Browser Tag: 399802
      • 2
        • How the heck can you effectively debug these "process serving app Hello there, in an attempt to retain the few dozen hairs remaining on the top of my head before I yank them all out in angst, I'm completely stuck....HEEEELP! We are always getting these errors in our System event log: A process serving application pool 'poolName' suffered a fatal communication error with the World Wide Web Publishing Service. The process id was '1234'. We have IIS6 on Windows Server 2003. These errors are all coming from our intranet website hosted on this server. The intranet website runs on .NET 2.0. We also have many other websites hosted on the server, most .NET, but some classic ASP, but this particular error only is reported for the intranet website. All other ASP.NET applications are hosted within their own application pools. The error happens A LOT (like, every few minutes). It's a huge issue because it seems to cause large file uploads through our Intranet to crap out when the issue happens (perhaps due to application pool recycling?). So to start a debugging session I ran: cscript \windows\system32\iisapp.vbs Which lists all app pools and processes. In this case at the time I ran iisapp.vbs, the application pool named "poolName" is hosted by process 9900. So I ran this: iisstate -p 9900 -hc -d In an attempt to log the next hard crash. When the hard crash happens, I just can't figure out how to make effective use of the log information. I've looked at several logs but none seem to make me go "AHA!". I understand that Microsoft recommends running this tool, but I don't think that I can interpret any of it...please, MSFT or anyone, your help is greatly appreciated to interpret the crash log and provide recommendations!!! What follows is the log, through to the end of this post....Thx!!! ---------------------------------------- Opened log file 'E:\Program Files\IIS Resources\IISState\output \IISState.log' *********************** Starting new log output IISState version 3.0 Thu Nov 15 14:46:28 2007 OS = Windows 2003 Server Executable: w3wp.exe PID = 6976 Note: Thread times are formatted as HH:MM:SS.ms *********************** IIS has crashed... Beginning Analysis DLL (!FunctionName) that failed: Thread ID: 30 System Thread ID: 1a90 Kernel Time: 0:0:0.375 User Time: 0:0:2.140 Thread Type: Other # ChildEBP RetAddr WARNING: Frame IP not in any known module. Following frames may be wrong. 00 1bf8f118 1db03f0e 0x1db03f5f 01 00000000 00000000 0x1db03f0e Closing open log file E:\Program Files\IIS Resources\IISState\output \IISState.log Opened log file 'E:\Program Files\IIS Resources\IISState\output \IISState.log' *********************** Starting new log output IISState version 3.0 Thu Nov 15 15:59:00 2007 OS = Windows 2003 Server Executable: w3wp.exe PID = 9900 Note: Thread times are formatted as HH:MM:SS.ms *********************** IIS has crashed... Beginning Analysis DLL (!FunctionName) that failed: kernel32!RaiseException Thread ID: 27 System Thread ID: 1ea0 Kernel Time: 0:0:0.468 User Time: 0:0:4.359 Thread Type: Other # ChildEBP RetAddr 00 1acaf898 79f55b05 kernel32!RaiseException+0x53 01 1acaf8f8 7a056a79 mscorwks!RaiseTheExceptionInternalOnly+0x226 02 1acaf90c 7a056af2 mscorwks!RaiseTheException+0x4d 03 1acaf934 7a056b30 mscorwks!RaiseTheException+0xbf 04 1acaf960 7a056b41 mscorwks!RealCOMPlusThrow+0x38 05 1acaf96c 7a0e38fa mscorwks!RealCOMPlusThrow+0xb 06 1acafa9c 7a0e4b97 mscorwks!Thread::RaiseCrossContextException+0x3ac 07 1acafb50 7a0e5a07 mscorwks!Thread::DoADCallBack+0x26c 08 1acafb68 79ed89ca mscorwks!Thread::UserResumeThread+0xe1 09 1acafbfc 79ed88f1 mscorwks!Thread::DoADCallBack+0x355 0a 1acafc38 7a0e4d96 mscorwks!Thread::DoADCallBack+0x541 0b 1acafc60 7a0e4dc3 mscorwks!Thread::DoADCallBack+0x575 0c 1acafc74 7a077528 mscorwks!ManagedThreadBase::ThreadPool+0x13 0d 1acafcbc 7a077556 mscorwks!AddTimerCallbackEx+0x77 0e 1acafccc 7a1158ae mscorwks!AddTimerCallback+0xf 0f 1acafd08 79f8b7a5 mscorwks! ThreadpoolMgr::AsyncTimerCallbackCompletion+0x64 10 1acafd20 79f8b341 mscorwks!ThreadpoolMgr::ExecuteWorkRequest+0x40 11 1acafd94 79ed8e36 mscorwks!ThreadpoolMgr::WorkerThreadStart+0x225 12 1acaffb8 77e64829 mscorwks!Thread::intermediateThreadProc+0x49 13 1acaffec 00000000 kernel32!BaseThreadStart+0x34 Closing open log file E:\Program Files\IIS Resources\IISState\output \IISState.log Opened log file 'E:\Program Files\IIS Resources\IISState\output \IISState.log' *********************** Starting new log output IISState version 3.0 Thu Nov 15 15:59:01 2007 OS = Windows 2003 Server Executable: w3wp.exe PID = 9900 Note: Thread times are formatted as HH:MM:SS.ms *********************** Thread ID: 0 System Thread ID: 26d4 Kernel Time: 0:0:0.78 User Time: 0:0:0.171 Thread Status: Thread is in a WAIT state. Thread Type: HTTP Compression Thread # ChildEBP RetAddr 00 0006fc08 7c827d0b ntdll!KiFastSystemCallRet 01 0006fc0c 77e61d1e ntdll!NtWaitForSingleObject+0xc 02 0006fc7c 77e61c8d kernel32!WaitForSingleObjectEx+0xac 03 0006fc90 5a364662 kernel32!WaitForSingleObject+0x12 04 0006fca0 5a366e3f w3dt!WP_CONTEXT::RunMainThreadLoop+0x10 05 0006fca8 5a3af42d w3dt!UlAtqStartListen+0x2d 06 0006fcb8 5a3bc335 w3core!W3_SERVER::StartListen+0xbd 07 0006ff0c 0100187c w3core!UlW3Start+0x26e 08 0006ff44 01001a27 w3wp!wmain+0x22a 09 0006ffc0 77e6f23b w3wp!wmainCRTStartup+0x12f 0a 0006fff0 00000000 kernel32!BaseProcessStart+0x23 Thread ID: 1 System Thread ID: 1290 Kernel Time: 0:0:0.0 User Time: 0:0:0.0 Thread Status: Thread is in a WAIT state. Thread Status: Thread is in a WAIT state. Thread Type: Other # ChildEBP RetAddr 00 008bfea0 7c827cfb ntdll!KiFastSystemCallRet 01 008bfea4 7c80e5bb ntdll!NtWaitForMultipleObjects+0xc 02 008bff48 7c80e4a2 ntdll!EtwpWaitForMultipleObjectsEx+0xf7 03 008bffb8 77e64829 ntdll!EtwpEventPump+0x27f 04 008bffec 00000000 kernel32!BaseThreadStart+0x34 Thread ID: 2 System Thread ID: 234c Kernel Time: 0:0:0.0 User Time: 0:0:0.0 Thread Type: Other # ChildEBP RetAddr 00 00f4ff9c 7c826f4b ntdll!KiFastSystemCallRet 01 00f4ffa0 7c83d424 ntdll!NtDelayExecution+0xc 02 00f4ffb8 77e64829 ntdll!RtlpTimerThread+0x47 03 00f4ffec 00000000 kernel32!BaseThreadStart+0x34 Thread ID: 3 System Thread ID: c6c Kernel Time: 0:0:0.0 User Time: 0:0:0.0 Thread Type: Other # ChildEBP RetAddr 00 00f8ff70 7c8277db ntdll!KiFastSystemCallRet 01 00f8ff74 7c839f38 ntdll!ZwRemoveIoCompletion+0xc 02 00f8ffb8 77e64829 ntdll!RtlpWorkerThread+0x3d 03 00f8ffec 00000000 kernel32!BaseThreadStart+0x34 Thread ID: 4 System Thread ID: 27ec Kernel Time: 0:0:0.15 User Time: 0:0:0.0 Thread Type: Possible ASP page. Possible DCOM activity Executing Page: ASP.dll symbols not found. Unable to locate ASP page. Continuing with other analysis. No remote call being made # ChildEBP RetAddr 00 00fffe18 7c82783b ntdll!KiFastSystemCallRet 01 00fffe1c 77c885ac ntdll!NtReplyWaitReceivePortEx+0xc 02 00ffff84 77c88792 RPCRT4!LRPC_ADDRESS::ReceiveLotsaCalls+0x198 03 00ffff8c 77c8872d RPCRT4!RecvLotsaCallsWrapper+0xd 04 00ffffac 77c7b110 RPCRT4!BaseCachedThreadRoutine+0x9d 05 00ffffb8 77e64829 RPCRT4!ThreadStartRoutine+0x1b 06 00ffffec 00000000 kernel32!BaseThreadStart+0x34 Thread ID: 5 System Thread ID: 5f8 Kernel Time: 0:0:0.0 User Time: 0:0:0.0 Thread Type: Other # ChildEBP RetAddr 00 1e47ff70 7c8277db ntdll!KiFastSystemCallRet 01 1e47ff74 7c839f38 ntdll!ZwRemoveIoCompletion+0xc 02 1e47ffb8 77e64829 ntdll!RtlpWorkerThread+0x3d 03 1e47ffec 00000000 kernel32!BaseThreadStart+0x34 Thread ID: 6 System Thread ID: 1070 Kernel Time: 0:0:0.93 User Time: 0:0:0.265 Thread Type: HTTP Listener # ChildEBP RetAddr 00 0120ff24 7c8277db ntdll!KiFastSystemCallRet 01 0120ff28 77e5bea2 ntdll!ZwRemoveIoCompletion+0xc 02 0120ff54 5a30248e kernel32!GetQueuedCompletionStatus+0x29 03 0120ff8c 5a3026ac W3TP!THREAD_POOL_DATA::ThreadPoolThread+0x33 04 0120ffa0 5a301da9 W3TP!THREAD_POOL_DATA::ThreadPoolThread+0x24 05 0120ffb8 77e64829 W3TP!THREAD_MANAGER::ThreadManagerThread+0x39 06 0120ffec 00000000 kernel32!BaseThreadStart+0x34 Thread ID: 7 System Thread ID: 2734 Kernel Time: 0:0:0.125 User Time: 0:0:0.171 Thread Type: HTTP Listener # ChildEBP RetAddr 00 0124ff24 7c8277db ntdll!KiFastSystemCallRet 01 0124ff28 77e5bea2 ntdll!ZwRemoveIoCompletion+0xc 02 0124ff54 5a30248e kernel32!GetQueuedCompletionStatus+0x29 03 0124ff8c 5a3026ac W3TP!THREAD_POOL_DATA::ThreadPoolThread+0x33 04 0124ffa0 5a301da9 W3TP!THREAD_POOL_DATA::ThreadPoolThread+0x24 05 0124ffb8 77e64829 W3TP!THREAD_MANAGER::ThreadManagerThread+0x39 06 0124ffec 00000000 kernel32!BaseThreadStart+0x34 Thread ID: 8 System Thread ID: bb4 Kernel Time: 0:0:0.140 User Time: 0:0:0.593 Thread Type: HTTP Listener # ChildEBP RetAddr 00 0128ff24 7c8277db ntdll!KiFastSystemCallRet 01 0128ff28 77e5bea2 ntdll!ZwRemoveIoCompletion+0xc 02 0128ff54 5a30248e kernel32!GetQueuedCompletionStatus+0x29 03 0128ff8c 5a3026ac W3TP!THREAD_POOL_DATA::ThreadPoolThread+0x33 04 0128ffa0 5a301da9 W3TP!THREAD_POOL_DATA::ThreadPoolThread+0x24 05 0128ffb8 77e64829 W3TP!THREAD_MANAGER::ThreadManagerThread+0x39 06 0128ffec 00000000 kernel32!BaseThreadStart+0x34 Thread ID: 9 System Thread ID: fc0 Kernel Time: 0:0:0.140 User Time: 0:0:0.359 Thread Type: HTTP Listener # ChildEBP RetAddr 00 012cff24 7c8277db ntdll!KiFastSystemCallRet 01 012cff28 77e5bea2 ntdll!ZwRemoveIoCompletion+0xc 02 012cff54 5a30248e kernel32!GetQueuedCompletionStatus+0x29 03 012cff8c 5a3026ac W3TP!THREAD_POOL_DATA::ThreadPoolThread+0x33 04 012cffa0 5a301da9 W3TP!THREAD_POOL_DATA::ThreadPoolThread+0x24 05 012cffb8 77e64829 W3TP!THREAD_MANAGER::ThreadManagerThread+0x39 06 012cffec 00000000 kernel32!BaseThreadStart+0x34 Thread ID: 10 System Thread ID: 1ca4 Kernel Time: 0:0:0.0 User Time: 0:0:0.0 Thread Status: Thread is in a WAIT state. Thread Type: Other # ChildEBP RetAddr 00 0138fcec 7c827cfb ntdll!KiFastSystemCallRet 01 0138fcf0 7c83c78e ntdll!NtWaitForMultipleObjects+0xc 02 0138ffb8 77e64829 ntdll!RtlpWaitThread+0x161 03 0138ffec 00000000 kernel32!BaseThreadStart+0x34 Thread ID: 11 System Thread ID: 2774 Kernel Time: 0:0:0.0 User Time: 0:0:0.0 Thread Status: Thread is in a WAIT state. Thread Type: HTTP Compression Thread # ChildEBP RetAddr 00 01d5fa84 7c827d0b ntdll!KiFastSystemCallRet 01 01d5fa88 77e61d1e ntdll!NtWaitForSingleObject+0xc 02 01d5faf8 77e61c8d kernel32!WaitForSingleObjectEx+0xac 03 01d5fb0c 5a3b820f kernel32!WaitForSingleObject+0x12 04 01d5ffb8 77e64829 w3core!HTTP_COMPRESSION::CompressionThread+0x126 05 01d5ffec 00000000 kernel32!BaseThreadStart+0x34 Thread ID: 12 System Thread ID: 17dc Kernel Time: 0:0:0.0 User Time: 0:0:0.0 Thread Type: Possible ASP page. Possible DCOM activity Executing Page: ASP.dll symbols not found. Unable to locate ASP page. Continuing with other analysis. No remote call being made # ChildEBP RetAddr 00 01d9fe18 7c82783b ntdll!KiFastSystemCallRet 01 01d9fe1c 77c885ac ntdll!NtReplyWaitReceivePortEx+0xc 02 01d9ff84 77c88792 RPCRT4!LRPC_ADDRESS::ReceiveLotsaCalls+0x198 03 01d9ff8c 77c8872d RPCRT4!RecvLotsaCallsWrapper+0xd 04 01d9ffac 77c7b110 RPCRT4!BaseCachedThreadRoutine+0x9d 05 01d9ffb8 77e64829 RPCRT4!ThreadStartRoutine+0x1b 06 01d9ffec 00000000 kernel32!BaseThreadStart+0x34 Thread ID: 13 System Thread ID: 27dc Kernel Time: 0:0:0.0 User Time: 0:0:0.0 Thread Type: Other # ChildEBP RetAddr 00 01ddff8c 7c826f4b ntdll!KiFastSystemCallRet 01 01ddff90 7c81943a ntdll!NtDelayExecution+0xc 02 01ddffb8 77e64829 ntdll!RtlpIOWorkerThread+0x3f 03 01ddffec 00000000 kernel32!BaseThreadStart+0x34 Thread ID: 14 System Thread ID: 26e8 Kernel Time: 0:0:0.0 User Time: 0:0:0.0 Thread Type: Other # ChildEBP RetAddr 00 0211fe78 7c8277db ntdll!KiFastSystemCallRet 01 0211fe7c 77e5bea2 ntdll!ZwRemoveIoCompletion+0xc 02 0211fea8 79f798a6 kernel32!GetQueuedCompletionStatus+0x29 03 0211ff14 79f79c4f mscorwks!ThreadpoolMgr::CompletionPortThreadStart +0x11a 04 0211ffb8 77e64829 mscorwks!ThreadpoolMgr::intermediateThreadProc +0x49 05 0211ffec 00000000 kernel32!BaseThreadStart+0x34 Thread ID: 15 System Thread ID: 1c10 Kernel Time: 0:0:0.0 User Time: 0:0:0.0 Thread Type: Other # ChildEBP RetAddr 00 0215fdb4 7c826f4b ntdll!KiFastSystemCallRet 01 0215fdb8 77e41ed1 ntdll!NtDelayExecution+0xc 02 0215fe20 79f56e05 kernel32!SleepEx+0x68 03 0215fe54 79f56dd5 mscorwks!EESleepEx+0xa3 04 0215fe88 79f409c5 mscorwks!__DangerousSwitchToThread+0x70 05 0215fe94 79f56ca7 mscorwks!__SwitchToThread+0xb 06 0215ffb8 77e64829 mscorwks!ThreadpoolMgr::GateThreadStart+0xa1 07 0215ffec 00000000 kernel32!BaseThreadStart+0x34 Thread ID: 16 System Thread ID: c68 Kernel Time: 0:0:0.750 User Time: 0:0:5.281 Thread Status: Thread is in a WAIT state. Thread Type: Other # ChildEBP RetAddr 00 0219fc80 7c827d0b ntdll!KiFastSystemCallRet 01 0219fc84 77e61d1e ntdll!NtWaitForSingleObject+0xc 02 0219fcf4 79e718fd kernel32!WaitForSingleObjectEx+0xac 03 0219fd38 79e718c6 mscorwks!PEImage::LoadImage+0x199 04 0219fd88 79e7187c mscorwks!CLREvent::WaitEx+0x117 05 0219fd98 79f5e7db mscorwks!CLREvent::Wait+0x17 06 0219fe18 79f8b495 mscorwks!ThreadpoolMgr::SafeWait+0x73 07 0219fe94 79f79c4f mscorwks!ThreadpoolMgr::WorkerThreadStart+0xf5 08 0219ffb8 77e64829 mscorwks!ThreadpoolMgr::intermediateThreadProc +0x49 09 0219ffec 00000000 kernel32!BaseThreadStart+0x34 Thread ID: 17 System Thread ID: cac Kernel Time: 0:0:0.906 User Time: 0:0:6.953 Thread Status: Thread is in a WAIT state. Thread Type: Other # ChildEBP RetAddr 00 021ffbe4 7c827d0b ntdll!KiFastSystemCallRet 01 021ffbe8 77e61d1e ntdll!NtWaitForSingleObject+0xc 02 021ffc58 79e718fd kernel32!WaitForSingleObjectEx+0xac 03 021ffc9c 79e718c6 mscorwks!PEImage::LoadImage+0x199 04 021ffcec 79e7187c mscorwks!CLREvent::WaitEx+0x117 05 021ffcfc 79f5e7db mscorwks!CLREvent::Wait+0x17 06 021ffd7c 7a1153d9 mscorwks!ThreadpoolMgr::SafeWait+0x73 07 021ffda4 79f8b4e0 mscorwks!ThreadpoolMgr::EnterRetirement+0x8e 08 021ffe14 79f79c4f mscorwks!ThreadpoolMgr::WorkerThreadStart+0x393 09 021fffb8 77e64829 mscorwks!ThreadpoolMgr::intermediateThreadProc +0x49 0a 021fffec 00000000 kernel32!BaseThreadStart+0x34 Thread ID: 18 System Thread ID: 1770 Kernel Time: 0:0:0.0 User Time: 0:0:0.0 Thread Status: Thread is in a WAIT state. Thread Type: Other # ChildEBP RetAddr 00 022efe30 7c827cfb ntdll!KiFastSystemCallRet 01 022efe34 77e6202c ntdll!NtWaitForMultipleObjects+0xc 02 022efedc 77e62fbe kernel32!WaitForMultipleObjectsEx+0x11a 03 022efef8 79f0cf96 kernel32!WaitForMultipleObjects+0x18 04 022eff58 79f0cef3 mscorwks!DebuggerRCThread::MainLoop+0xcf 05 022eff88 79f0ce36 mscorwks!DebuggerRCThread::ThreadProc+0xca 06 022effb8 77e64829 mscorwks!DebuggerRCThread::ThreadProcStatic+0x82 07 022effec 00000000 kernel32!BaseThreadStart+0x34 Thread ID: 19 System Thread ID: 914 Kernel Time: 0:0:0.15 User Time: 0:0:0.578 Thread Status: Thread is in a WAIT state. Thread Type: Other # ChildEBP RetAddr 00 0275fe68 7c827d0b ntdll!KiFastSystemCallRet 01 0275fe6c 77e61d1e ntdll!NtWaitForSingleObject+0xc 02 0275fedc 79e718fd kernel32!WaitForSingleObjectEx+0xac 03 0275ff20 79e718c6 mscorwks!PEImage::LoadImage+0x199 04 0275ff70 79e7187c mscorwks!CLREvent::WaitEx+0x117 05 0275ff80 7a0d866f mscorwks!CLREvent::Wait+0x17 06 0275ffa8 7a0d8987 mscorwks!SVR::gc_heap::gc_thread_function+0x2f 07 0275ffb8 77e64829 mscorwks!SVR::gc_heap::gc_thread_stub+0x9b 08 0275ffec 00000000 kernel32!BaseThreadStart+0x34 Thread ID: 20 System Thread ID: 238c Kernel Time: 0:0:0.0 User Time: 0:0:0.609 Thread Status: Thread is in a WAIT state. Thread Type: Other # ChildEBP RetAddr 00 0279fd68 7c827d0b ntdll!KiFastSystemCallRet 01 0279fd6c 77e61d1e ntdll!NtWaitForSingleObject+0xc 02 0279fddc 79e718fd kernel32!WaitForSingleObjectEx+0xac 03 0279fe20 79e718c6 mscorwks!PEImage::LoadImage+0x199 04 0279fe70 79e7187c mscorwks!CLREvent::WaitEx+0x117 05 0279fe80 7a0d8898 mscorwks!CLREvent::Wait+0x17 06 0279fea8 7a0d8987 mscorwks!SVR::gc_heap::gc_thread_function+0x58 07 0279ffb8 77e64829 mscorwks!SVR::gc_heap::gc_thread_stub+0x9b 08 0279ffec 00000000 kernel32!BaseThreadStart+0x34 Thread ID: 21 System Thread ID: e20 Kernel Time: 0:0:0.15 User Time: 0:0:0.578 Thread Status: Thread is in a WAIT state. Thread Type: Other # ChildEBP RetAddr 00 027dfc68 7c827d0b ntdll!KiFastSystemCallRet 01 027dfc6c 77e61d1e ntdll!NtWaitForSingleObject+0xc 02 027dfcdc 79e718fd kernel32!WaitForSingleObjectEx+0xac 03 027dfd20 79e718c6 mscorwks!PEImage::LoadImage+0x199 04 027dfd70 79e7187c mscorwks!CLREvent::WaitEx+0x117 05 027dfd80 7a0d8898 mscorwks!CLREvent::Wait+0x17 06 027dfda8 7a0d8987 mscorwks!SVR::gc_heap::gc_thread_function+0x58 07 027dffb8 77e64829 mscorwks!SVR::gc_heap::gc_thread_stub+0x9b 08 027dffec 00000000 kernel32!BaseThreadStart+0x34 Thread ID: 22 System Thread ID: 144c Kernel Time: 0:0:0.15 User Time: 0:0:0.578 Thread Status: Thread is in a WAIT state. Thread Type: Other # ChildEBP RetAddr 00 0281fb68 7c827d0b ntdll!KiFastSystemCallRet 01 0281fb6c 77e61d1e ntdll!NtWaitForSingleObject+0xc 02 0281fbdc 79e718fd kernel32!WaitForSingleObjectEx+0xac 03 0281fc20 79e718c6 mscorwks!PEImage::LoadImage+0x199 04 0281fc70 79e7187c mscorwks!CLREvent::WaitEx+0x117 05 0281fc80 7a0d8898 mscorwks!CLREvent::Wait+0x17 06 0281fca8 7a0d8987 mscorwks!SVR::gc_heap::gc_thread_function+0x58 07 0281ffb8 77e64829 mscorwks!SVR::gc_heap::gc_thread_stub+0x9b 08 0281ffec 00000000 kernel32!BaseThreadStart+0x34 Thread ID: 23 System Thread ID: 18f8 Kernel Time: 0:0:0.31 User Time: 0:0:0.31 Thread Status: Thread is in a WAIT state. Thread Type: Other # ChildEBP RetAddr 00 0285fccc 7c827cfb ntdll!KiFastSystemCallRet 01 0285fcd0 77e6202c ntdll!NtWaitForMultipleObjects+0xc 02 0285fd78 77e62fbe kernel32!WaitForMultipleObjectsEx+0x11a 03 0285fd94 7a085b65 kernel32!WaitForMultipleObjects+0x18 04 0285fdb4 7a08648f mscorwks!SVR::WaitForFinalizerEvent+0x7a 05 0285fdc8 79ed8a2c mscorwks!SVR::GCHeap::FinalizerThreadWorker+0x75 06 0285fdd8 79ed89ca mscorwks!Thread::UserResumeThread+0xfb 07 0285fe6c 79ed88f1 mscorwks!Thread::DoADCallBack+0x355 08 0285fea8 79ed988c mscorwks!Thread::DoADCallBack+0x541 09 0285fed0 79ed9857 mscorwks!ManagedThreadBase_NoADTransition+0x32 0a 0285fedc 7a086638 mscorwks!ManagedThreadBase::FinalizerBase+0xb 0b 0285ff14 79ed8e36 mscorwks!SVR::GCHeap::FinalizerThreadStart+0xbb 0c 0285ffb8 77e64829 mscorwks!Thread::intermediateThreadProc+0x49 0d 0285ffec 00000000 kernel32!BaseThreadStart+0x34 Thread ID: 24 System Thread ID: 1a88 Kernel Time: 0:0:0.0 User Time: 0:0:0.0 Thread Status: Thread is in a WAIT state. Thread Type: Other # ChildEBP RetAddr 00 0289fcb8 7c827d0b ntdll!KiFastSystemCallRet 01 0289fcbc 77e61d1e ntdll!NtWaitForSingleObject+0xc 02 0289fd2c 79e718fd kernel32!WaitForSingleObjectEx+0xac 03 0289fd70 79e718c6 mscorwks!PEImage::LoadImage+0x199 04 0289fdc0 79e7187c mscorwks!CLREvent::WaitEx+0x117 05 0289fdd0 79f79049 mscorwks!CLREvent::Wait+0x17 06 0289fe94 79ed8e36 mscorwks!AppDomain::ADUnloadThreadStart+0x2fb 07 0289ffb8 77e64829 mscorwks!Thread::intermediateThreadProc+0x49 08 0289ffec 00000000 kernel32!BaseThreadStart+0x34 Thread ID: 25 System Thread ID: 227c Kernel Time: 0:0:0.15 User Time: 0:0:0.0 Thread Type: Other # ChildEBP RetAddr 00 0294fec8 7c826f4b ntdll!KiFastSystemCallRet 01 0294fecc 77e41ed1 ntdll!NtDelayExecution+0xc 02 0294ff34 79f66a87 kernel32!SleepEx+0x68 03 0294ffb0 79f66a18 mscorwks!ThreadpoolMgr::TimerThreadFire+0x6d 04 0294ffb8 77e64829 mscorwks!ThreadpoolMgr::TimerThreadStart+0x54 05 0294ffec 00000000 kernel32!BaseThreadStart+0x34 Thread ID: 26 System Thread ID: 2454 Kernel Time: 0:0:1.0 User Time: 0:0:8.625 Thread Status: Thread is in a WAIT state. Thread Type: Other # ChildEBP RetAddr 00 1ac6fc00 7c827d0b ntdll!KiFastSystemCallRet 01 1ac6fc04 77e61d1e ntdll!NtWaitForSingleObject+0xc 02 1ac6fc74 79e718fd kernel32!WaitForSingleObjectEx+0xac 03 1ac6fcb8 79e718c6 mscorwks!PEImage::LoadImage+0x199 04 1ac6fd08 79e7187c mscorwks!CLREvent::WaitEx+0x117 05 1ac6fd18 79f5e7db mscorwks!CLREvent::Wait+0x17 06 1ac6fd98 79f8b495 mscorwks!ThreadpoolMgr::SafeWait+0x73 07 1ac6fe14 79ed8e36 mscorwks!ThreadpoolMgr::WorkerThreadStart+0xf5 08 1ac6ffb8 77e64829 mscorwks!Thread::intermediateThreadProc+0x49 09 1ac6ffec 00000000 kernel32!BaseThreadStart+0x34 Thread ID: 27 System Thread ID: 1ea0 Kernel Time: 0:0:0.468 User Time: 0:0:4.359 Thread Type: Other # ChildEBP RetAddr 00 1acaf898 79f55b05 kernel32!RaiseException+0x53 01 1acaf8f8 7a056a79 mscorwks!RaiseTheExceptionInternalOnly+0x226 02 1acaf90c 7a056af2 mscorwks!RaiseTheException+0x4d 03 1acaf934 7a056b30 mscorwks!RaiseTheException+0xbf 04 1acaf960 7a056b41 mscorwks!RealCOMPlusThrow+0x38 05 1acaf96c 7a0e38fa mscorwks!RealCOMPlusThrow+0xb 06 1acafa9c 7a0e4b97 mscorwks!Thread::RaiseCrossContextException+0x3ac 07 1acafb50 7a0e5a07 mscorwks!Thread::DoADCallBack+0x26c 08 1acafb68 79ed89ca mscorwks!Thread::UserResumeThread+0xe1 09 1acafbfc 79ed88f1 mscorwks!Thread::DoADCallBack+0x355 0a 1acafc38 7a0e4d96 mscorwks!Thread::DoADCallBack+0x541 0b 1acafc60 7a0e4dc3 mscorwks!Thread::DoADCallBack+0x575 0c 1acafc74 7a077528 mscorwks!ManagedThreadBase::ThreadPool+0x13 0d 1acafcbc 7a077556 mscorwks!AddTimerCallbackEx+0x77 0e 1acafccc 7a1158ae mscorwks!AddTimerCallback+0xf 0f 1acafd08 79f8b7a5 mscorwks! ThreadpoolMgr::AsyncTimerCallbackCompletion+0x64 10 1acafd20 79f8b341 mscorwks!ThreadpoolMgr::ExecuteWorkRequest+0x40 11 1acafd94 79ed8e36 mscorwks!ThreadpoolMgr::WorkerThreadStart+0x225 12 1acaffb8 77e64829 mscorwks!Thread::intermediateThreadProc+0x49 13 1acaffec 00000000 kernel32!BaseThreadStart+0x34 Thread ID: 28 System Thread ID: 878 Kernel Time: 0:0:0.359 User Time: 0:0:1.328 Thread Status: Thread is in a WAIT state. Thread Type: Other # ChildEBP RetAddr 00 1acefae4 7c827d0b ntdll!KiFastSystemCallRet 01 1acefae8 77e61d1e ntdll!NtWaitForSingleObject+0xc 02 1acefb58 79e718fd kernel32!WaitForSingleObjectEx+0xac 03 1acefb9c 79e718c6 mscorwks!PEImage::LoadImage+0x199 04 1acefbec 79e7187c mscorwks!CLREvent::WaitEx+0x117 05 1acefbfc 79f5e7db mscorwks!CLREvent::Wait+0x17 06 1acefc7c 7a1153d9 mscorwks!ThreadpoolMgr::SafeWait+0x73 07 1acefca4 79f8b4e0 mscorwks!ThreadpoolMgr::EnterRetirement+0x8e 08 1acefd14 79ed8e36 mscorwks!ThreadpoolMgr::WorkerThreadStart+0x393 09 1aceffb8 77e64829 mscorwks!Thread::intermediateThreadProc+0x49 0a 1aceffec 00000000 kernel32!BaseThreadStart+0x34 Thread ID: 29 System Thread ID: 1824 Kernel Time: 0:0:0.0 User Time: 0:0:0.0 Thread Type: Other # ChildEBP RetAddr 00 1b5cff54 7c8277db ntdll!KiFastSystemCallRet 01 1b5cff58 77e5bea2 ntdll!ZwRemoveIoCompletion+0xc 02 1b5cff84 65001897 kernel32!GetQueuedCompletionStatus+0x29 03 1b5cffb8 77e64829 System_Data!SNIAsyncWait+0x6c 04 1b5cffec 00000000 kernel32!BaseThreadStart+0x34 Thread ID: 30 System Thread ID: 9b4 Kernel Time: 0:0:0.0 User Time: 0:0:0.0 Thread Status: Thread is in a WAIT state. Thread Type: Other # ChildEBP RetAddr 00 1be8fec0 7c827cfb ntdll!KiFastSystemCallRet 01 1be8fec4 77e6202c ntdll!NtWaitForMultipleObjects+0xc 02 1be8ff6c 77e62fbe kernel32!WaitForMultipleObjectsEx+0x11a 03 1be8ff88 76929e35 kernel32!WaitForMultipleObjects+0x18 04 1be8ffb8 77e64829 USERENV!NotificationThread+0x5f 05 1be8ffec 00000000 kernel32!BaseThreadStart+0x34 Thread ID: 31 System Thread ID: 15c4 Kernel Time: 0:0:0.0 User Time: 0:0:0.0 *** WARNING: Unable to verify checksum for E:\WINDOWS\assembly \NativeImages_v2.0.50727_32\mscorlib \16d71085704686243fafcd1e8c89bda2\mscorlib.ni.dll Thread Type: Other # ChildEBP RetAddr 00 1c1ff34c 7c826f4b ntdll!KiFastSystemCallRet 01 1c1ff350 77e41ed1 ntdll!NtDelayExecution+0xc 02 1c1ff3b8 79f56e05 kernel32!SleepEx+0x68 03 1c1ff3ec 7a04cd47 mscorwks!EESleepEx+0xa3 04 1c1ff3f8 7a12f1c1 mscorwks!CExecutionEngine::ClrSleepEx+0xd 05 1c1ff408 7a0e44c1 mscorwks!ClrSleepEx+0x13 06 1c1ff444 7a079218 mscorwks!Thread::UserSleep+0x63 07 1c1ff4e4 1afb1b15 mscorwks!ThreadNative::Sleep+0xce WARNING: Frame IP not in any known module. Following frames may be wrong. 08 1c1ff50c 793d70fb 0x1afb1b15 09 00000000 00000000 mscorlib_ni+0x3170fb Thread ID: 32 System Thread ID: 1f68 Kernel Time: 0:0:0.0 User Time: 0:0:0.0 Thread Type: Other # ChildEBP RetAddr 00 1c29f2cc 7c826f4b ntdll!KiFastSystemCallRet 01 1c29f2d0 77e41ed1 ntdll!NtDelayExecution+0xc 02 1c29f338 79f56e05 kernel32!SleepEx+0x68 03 1c29f36c 7a04cd47 mscorwks!EESleepEx+0xa3 04 1c29f378 7a12f1c1 mscorwks!CExecutionEngine::ClrSleepEx+0xd 05 1c29f388 7a0e44c1 mscorwks!ClrSleepEx+0x13 06 1c29f3c4 7a079218 mscorwks!Thread::UserSleep+0x63 07 1c29f464 1afb1b15 mscorwks!ThreadNative::Sleep+0xce WARNING: Frame IP not in any known module. Following frames may be wrong. 08 1c29f48c 793d70fb 0x1afb1b15 09 00000000 00000000 mscorlib_ni+0x3170fb Thread ID: 33 System Thread ID: ef0 Kernel Time: 0:0:0.15 User Time: 0:0:0.0 Thread Status: Thread is in a WAIT state. Thread Type: Other # ChildEBP RetAddr 00 1d5bfe48 7c827cfb ntdll!KiFastSystemCallRet 01 1d5bfe4c 77e6202c ntdll!NtWaitForMultipleObjects+0xc 02 1d5bfef4 7739bbd1 kernel32!WaitForMultipleObjectsEx+0x11a 03 1d5bff50 7739ce36 USER32!RealMsgWaitForMultipleObjectsEx+0x141 04 1d5bff6c 4dd668ab USER32!MsgWaitForMultipleObjects+0x1f 05 1d5bffb8 77e64829 gdiplus!BackgroundThreadProc+0x59 06 1d5bffec 00000000 kernel32!BaseThreadStart+0x34 Thread ID: 34 System Thread ID: 9d8 Kernel Time: 0:0:0.0 User Time: 0:0:0.0 Thread Type: Other # ChildEBP RetAddr 00 1e63ff70 7c8277db ntdll!KiFastSystemCallRet 01 1e63ff74 7c839f38 ntdll!ZwRemoveIoCompletion+0xc 02 1e63ffb8 77e64829 ntdll!RtlpWorkerThread+0x3d 03 1e63ffec 00000000 kernel32!BaseThreadStart+0x34 Thread ID: 35 System Thread ID: 1f18 Kernel Time: 0:0:0.0 User Time: 0:0:0.0 Thread Type: Other # ChildEBP RetAddr 00 1e67ff70 7c8277db ntdll!KiFastSystemCallRet 01 1e67ff74 7c839f38 ntdll!ZwRemoveIoCompletion+0xc 02 1e67ffb8 77e64829 ntdll!RtlpWorkerThread+0x3d 03 1e67ffec 00000000 kernel32!BaseThreadStart+0x34 Thread ID: 36 System Thread ID: 1720 Kernel Time: 0:0:0.0 User Time: 0:0:0.0 Thread Type: Other # ChildEBP RetAddr 00 1e6bff70 7c8277db ntdll!KiFastSystemCallRet 01 1e6bff74 7c839f38 ntdll!ZwRemoveIoCompletion+0xc 02 1e6bffb8 77e64829 ntdll!RtlpWorkerThread+0x3d 03 1e6bffec 00000000 kernel32!BaseThreadStart+0x34 Thread ID: 37 System Thread ID: 1720 Kernel Time: 0:0:0.0 User Time: 0:0:0.0 Thread Type: Other # ChildEBP RetAddr 00 1e6bff70 7c8277db ntdll!KiFastSystemCallRet 01 1e6bff74 7c839f38 ntdll!ZwRemoveIoCompletion+0xc 02 1e6bffb8 77e64829 ntdll!RtlpWorkerThread+0x3d 03 1e6bffec 00000000 kernel32!BaseThreadStart+0x34 ***** Dump name is formatted as: PID-Timestamp.dmp Creating E:\Program Files\IIS Resources\IISState\output \9900-1195160343.dmp - user full dump Dump successfully written ***** Closing open log file E:\Program Files\IIS Resources\IISState\output \IISState.log Tag: accessing FTP server via Windows Browser Tag: 399801
      • 3
        • Hosts File resolution I have recently configured a Win Server 2003 box as a development web server on my small home based LAN behind an ADSL modem/router/firewall. All boxes on my LAN have fixed internal IP addresses. Under IIS 6 I have created 4 web sites. All share the same internal IP number. My router is configured to route all external traffic coming in to my public IP address to my web server. All my public web site names will resolve to the same external IP address. Initially, I do not want to set up my own DNS server. I want to use the Hosts file on my XP Pro to resolve the web site requested by my browser IE 7. Firstly, I configured Hosts to resolve the first web site with an entry [192.168.10.2 example.co.uk] and this works fine if I type in example.co.uk as the url. But when I try [192.168.10.2 www.example.co.uk] this does not work. Neither does it work if I substitute the external address. As I understand from the various explanations on this topic, my browser will try to resolve using Hosts before going off to find a DNS server. Have I misunderstood? I want to type in www.example.co.uk and let Hosts resolve to my web server without going out to DNS. I do intend to set up my own DNS but I want to flog Hosts a bit first! Tag: accessing FTP server via Windows Browser Tag: 399790
      • 4
        • MIME MAPS Our site is hosted on IIS 6, by a popular web hoster. Recently I asked them to apply MIME MAPS as follows: cod application/vnd.rim.cod jad text/vnd.sun.j2me.app-descriptor They applied these maps and indeed files with a "jad" extension are now received with the desired content type. However, files with the "cod" extension are arriving as "image/cis-cod". This seems to be the IIS default. For some reason the map applied for our site is not overriding the default IIS setting. Ideas anyone? Thanks, Jamie Tag: accessing FTP server via Windows Browser Tag: 399788
      • 5
        • Application Pool Limits Hi, I have a web server that hosts more than 200 websites and has about 200 Applications under Default Application Pool. Since last few weeks I have noticed that the Default Application Pool is not terminating properly during Worker process recycling events (after certain time). I can see messages like: "A process serving application pool 'DefaultAppPool' exceeded time limits during shut down. The process id was '3236'." in the event log, right before the IIS stops responding. What might be causing the problem ? * Over loaded DefaultAppPool ( about 200 Apps) * Buggy Code in Applications (causing memory leaks ?? ) Thanks in advance :) Tag: accessing FTP server via Windows Browser Tag: 399787
      • 6
        • IIS 6 ASP (not DOT NET) and Impersonation Hello, Is there a way to authenticate a user against AD to allow access to the web site and then impersonate to another user who have the right to complete a specific operation? Tag: accessing FTP server via Windows Browser Tag: 399785
      • 7
        • IIS Syncing I have Windows 2003 Enterprise and 2 Web servers in a load balance. Is there a tool or Microsoft utility that will allow me to keep the two web configurations in sync? So, if I update one IIS configuration, web, apppool, it will update WEB02? I'm having a problem keeping my webs in sync on WEB01 and WEB02. Thanks. Tag: accessing FTP server via Windows Browser Tag: 399783
      • 8
        • IISState Log Hi, Our web app reaching 100% CPUin every 3 to 4 hrs after recycling w3wp.exe, I ran IISState, Can anyone please help me to read this logifile and determine the problem? Thanks, Sudheer Opened log file 'C:\iisstate\output\IISState-5164.log' *********************** Starting new log output IISState version 3.3.1 Wed Nov 14 16:36:12 2007 OS = Windows 2003 Server Executable: w3wp.exe PID = 5164 Note: Thread times are formatted as HH:MM:SS.ms *********************** Thread ID: 0 System Thread ID: 12d0 Kernel Time: 0:0:0.31 User Time: 0:0:0.125 Thread Status: Thread is in a WAIT state. Thread Type: HTTP Compression Thread # ChildEBP RetAddr 00 0006fc08 7c827d0b ntdll!KiFastSystemCallRet 01 0006fc0c 77e61d1e ntdll!NtWaitForSingleObject+0xc 02 0006fc7c 77e61c8d kernel32!WaitForSingleObjectEx+0xac 03 0006fc90 5a364662 kernel32!WaitForSingleObject+0x12 04 0006fca0 5a366e3f w3dt!WP_CONTEXT::RunMainThreadLoop+0x10 05 0006fca8 5a3af42d w3dt!UlAtqStartListen+0x2d 06 0006fcb8 5a3bc335 w3core!W3_SERVER::StartListen+0xbd 07 0006ff0c 0100187c w3core!UlW3Start+0x26e 08 0006ff44 01001a27 w3wp!wmain+0x22a 09 0006ffc0 77e6f23b w3wp!wmainCRTStartup+0x12f 0a 0006fff0 00000000 kernel32!BaseProcessStart+0x23 Thread ID: 1 System Thread ID: 944 Kernel Time: 0:0:0.0 User Time: 0:0:0.0 Thread Type: Other # ChildEBP RetAddr 00 00ccff9c 7c826f4b ntdll!KiFastSystemCallRet 01 00ccffa0 7c83d424 ntdll!NtDelayExecution+0xc 02 00ccffb8 77e64829 ntdll!RtlpTimerThread+0x47 03 00ccffec 00000000 kernel32!BaseThreadStart+0x34 Thread ID: 2 System Thread ID: 654 Kernel Time: 0:0:0.0 User Time: 0:0:0.0 Thread Type: Other # ChildEBP RetAddr 00 00d0ff70 7c8277db ntdll!KiFastSystemCallRet 01 00d0ff74 7c839f38 ntdll!ZwRemoveIoCompletion+0xc 02 00d0ffb8 77e64829 ntdll!RtlpWorkerThread+0x3d 03 00d0ffec 00000000 kernel32!BaseThreadStart+0x34 Thread ID: 3 System Thread ID: 160 Kernel Time: 0:0:0.0 User Time: 0:0:0.0 Thread Type: Other # ChildEBP RetAddr 00 00dbff08 7c826f4b ntdll!KiFastSystemCallRet 01 00dbff0c 77e41ed1 ntdll!NtDelayExecution+0xc 02 00dbff74 77e424ed kernel32!SleepEx+0x68 03 00dbff84 776bbb0f kernel32!Sleep+0xf 04 00dbff90 776bbab4 ole32!CROIDTable::WorkerThreadLoop+0x14 05 00dbffac 776b1704 ole32!CRpcThread::WorkerLoop+0x26 06 00dbffb8 77e64829 ole32!CRpcThreadCache::RpcWorkerThreadEntry+0x20 07 00dbffec 00000000 kernel32!BaseThreadStart+0x34 Thread ID: 4 System Thread ID: 3ec Kernel Time: 0:0:0.500 User Time: 0:0:0.593 Thread Type: HTTP Listener # ChildEBP RetAddr 00 00f7ff24 7c8277db ntdll!KiFastSystemCallRet 01 00f7ff28 77e5bea2 ntdll!ZwRemoveIoCompletion+0xc 02 00f7ff54 5a30248e kernel32!GetQueuedCompletionStatus+0x29 03 00f7ff8c 5a3026ac W3TP!THREAD_POOL_DATA::ThreadPoolThread+0x33 04 00f7ffa0 5a301da9 W3TP!THREAD_POOL_DATA::ThreadPoolThread+0x24 05 00f7ffb8 77e64829 W3TP!THREAD_MANAGER::ThreadManagerThread+0x39 06 00f7ffec 00000000 kernel32!BaseThreadStart+0x34 Thread ID: 5 System Thread ID: a44 Kernel Time: 0:0:0.453 User Time: 0:0:0.375 Thread Type: HTTP Listener # ChildEBP RetAddr 00 00fbff24 7c8277db ntdll!KiFastSystemCallRet 01 00fbff28 77e5bea2 ntdll!ZwRemoveIoCompletion+0xc 02 00fbff54 5a30248e kernel32!GetQueuedCompletionStatus+0x29 03 00fbff8c 5a3026ac W3TP!THREAD_POOL_DATA::ThreadPoolThread+0x33 04 00fbffa0 5a301da9 W3TP!THREAD_POOL_DATA::ThreadPoolThread+0x24 05 00fbffb8 77e64829 W3TP!THREAD_MANAGER::ThreadManagerThread+0x39 06 00fbffec 00000000 kernel32!BaseThreadStart+0x34 Thread ID: 6 System Thread ID: 2ec Kernel Time: 0:0:0.515 User Time: 0:0:0.312 Thread Type: HTTP Listener # ChildEBP RetAddr 00 00ffff24 7c8277db ntdll!KiFastSystemCallRet 01 00ffff28 77e5bea2 ntdll!ZwRemoveIoCompletion+0xc 02 00ffff54 5a30248e kernel32!GetQueuedCompletionStatus+0x29 03 00ffff8c 5a3026ac W3TP!THREAD_POOL_DATA::ThreadPoolThread+0x33 04 00ffffa0 5a301da9 W3TP!THREAD_POOL_DATA::ThreadPoolThread+0x24 05 00ffffb8 77e64829 W3TP!THREAD_MANAGER::ThreadManagerThread+0x39 06 00ffffec 00000000 kernel32!BaseThreadStart+0x34 Thread ID: 7 System Thread ID: 17bc Kernel Time: 0:0:1.171 User Time: 0:0:0.843 Thread Type: HTTP Listener # ChildEBP RetAddr 00 0104ff24 7c8277db ntdll!KiFastSystemCallRet 01 0104ff28 77e5bea2 ntdll!ZwRemoveIoCompletion+0xc 02 0104ff54 5a30248e kernel32!GetQueuedCompletionStatus+0x29 03 0104ff8c 5a3026ac W3TP!THREAD_POOL_DATA::ThreadPoolThread+0x33 04 0104ffa0 5a301da9 W3TP!THREAD_POOL_DATA::ThreadPoolThread+0x24 05 0104ffb8 77e64829 W3TP!THREAD_MANAGER::ThreadManagerThread+0x39 06 0104ffec 00000000 kernel32!BaseThreadStart+0x34 Thread ID: 8 System Thread ID: 14c4 Kernel Time: 0:0:0.0 User Time: 0:0:0.0 Thread Status: Thread is in a WAIT state. Thread Type: Other # ChildEBP RetAddr 00 0110fcec 7c827cfb ntdll!KiFastSystemCallRet 01 0110fcf0 7c83c78e ntdll!NtWaitForMultipleObjects+0xc 02 0110ffb8 77e64829 ntdll!RtlpWaitThread+0x161 03 0110ffec 00000000 kernel32!BaseThreadStart+0x34 Thread ID: 9 System Thread ID: d84 Kernel Time: 0:0:0.0 User Time: 0:0:0.0 Thread Status: Thread is in a WAIT state. Thread Type: HTTP Compression Thread # ChildEBP RetAddr 00 01adfa84 7c827d0b ntdll!KiFastSystemCallRet 01 01adfa88 77e61d1e ntdll!NtWaitForSingleObject+0xc 02 01adfaf8 77e61c8d kernel32!WaitForSingleObjectEx+0xac 03 01adfb0c 5a3b820f kernel32!WaitForSingleObject+0x12 04 01adffb8 77e64829 w3core!HTTP_COMPRESSION::CompressionThread+0x126 05 01adffec 00000000 kernel32!BaseThreadStart+0x34 Thread ID: 10 System Thread ID: 1334 Kernel Time: 0:0:0.0 User Time: 0:0:0.0 Thread Type: Other # ChildEBP RetAddr 00 01b5ff8c 7c826f4b ntdll!KiFastSystemCallRet 01 01b5ff90 7c81943a ntdll!NtDelayExecution+0xc 02 01b5ffb8 77e64829 ntdll!RtlpIOWorkerThread+0x3f 03 01b5ffec 00000000 kernel32!BaseThreadStart+0x34 Thread ID: 11 System Thread ID: 1274 Kernel Time: 0:0:0.0 User Time: 0:0:0.0 Thread Type: Other # ChildEBP RetAddr 00 01cffe50 7c826f4b ntdll!KiFastSystemCallRet 01 01cffe54 77e41ed1 ntdll!NtDelayExecution+0xc 02 01cffebc 77e424ed kernel32!SleepEx+0x68 03 01cffecc 791bc166 kernel32!Sleep+0xf 04 01cfffb8 77e64829 mscorsvr!ThreadpoolMgr::GateThreadStart+0x54 05 01cfffec 00000000 kernel32!BaseThreadStart+0x34 Thread ID: 12 System Thread ID: 11b4 Kernel Time: 0:0:0.0 User Time: 0:0:0.0 Thread Status: Thread is in a WAIT state. Thread Type: Other # ChildEBP RetAddr 00 01e8fe70 7c827cfb ntdll!KiFastSystemCallRet 01 01e8fe74 77e6202c ntdll!NtWaitForMultipleObjects+0xc 02 01e8ff1c 77e62fbe kernel32!WaitForMultipleObjectsEx+0x11a 03 01e8ff38 7922fce6 kernel32!WaitForMultipleObjects+0x18 04 01e8ffa0 7922fc5d mscorsvr!DebuggerRCThread::MainLoop+0x90 05 01e8ffb0 79232154 mscorsvr!DebuggerRCThread::ThreadProc+0x68 06 01e8ffb8 77e64829 mscorsvr!DebuggerRCThread::ThreadProcStatic+0xb 07 01e8ffec 00000000 kernel32!BaseThreadStart+0x34 Thread ID: 13 System Thread ID: 1624 Kernel Time: 0:0:0.218 User Time: 0:0:8.15 Thread Status: Thread is in a WAIT state. Thread Type: Other # ChildEBP RetAddr 00 0211fefc 7c827d0b ntdll!KiFastSystemCallRet 01 0211ff00 77e61d1e ntdll!NtWaitForSingleObject+0xc 02 0211ff70 77e61c8d kernel32!WaitForSingleObjectEx+0xac 03 0211ff84 7920369d kernel32!WaitForSingleObject+0x12 04 0211ffac 79227e07 mscorsvr!gc_heap::gc_thread_function+0x2f 05 0211ffb0 00000000 mscorsvr!SetupUnstartedThread Thread ID: 14 System Thread ID: 1290 Kernel Time: 0:0:0.125 User Time: 0:0:8.703 Thread Status: Thread is in a WAIT state. Thread Type: Other # ChildEBP RetAddr 00 0215fdfc 7c827d0b ntdll!KiFastSystemCallRet 01 0215fe00 77e61d1e ntdll!NtWaitForSingleObject+0xc 02 0215fe70 77e61c8d kernel32!WaitForSingleObjectEx+0xac 03 0215fe84 7920369d kernel32!WaitForSingleObject+0x12 04 0215feac 79227e07 mscorsvr!gc_heap::gc_thread_function+0x2f 05 0215feb0 ffffffff mscorsvr!SetupUnstartedThread 06 0215ffb8 77e64829 0xffffffff 07 0215ffec 00000000 kernel32!BaseThreadStart+0x34 Thread ID: 15 System Thread ID: 16cc Kernel Time: 0:0:0.140 User Time: 0:0:8.546 Thread Status: Thread is in a WAIT state. Thread Type: Other # ChildEBP RetAddr 00 0219fcfc 7c827d0b ntdll!KiFastSystemCallRet 01 0219fd00 77e61d1e ntdll!NtWaitForSingleObject+0xc 02 0219fd70 77e61c8d kernel32!WaitForSingleObjectEx+0xac 03 0219fd84 7920369d kernel32!WaitForSingleObject+0x12 04 0219fdac 79227e07 mscorsvr!gc_heap::gc_thread_function+0x2f 05 0219fdb0 00000000 mscorsvr!SetupUnstartedThread Thread ID: 16 System Thread ID: 15d0 Kernel Time: 0:0:0.156 User Time: 0:0:8.281 Thread Status: Thread is in a WAIT state. Thread Type: Other # ChildEBP RetAddr 00 021dfbfc 7c827d0b ntdll!KiFastSystemCallRet 01 021dfc00 77e61d1e ntdll!NtWaitForSingleObject+0xc 02 021dfc70 77e61c8d kernel32!WaitForSingleObjectEx+0xac 03 021dfc84 7920369d kernel32!WaitForSingleObject+0x12 04 021dfcac 79227e07 mscorsvr!gc_heap::gc_thread_function+0x2f 05 021dfcb0 ffffffff mscorsvr!SetupUnstartedThread 06 021dffb8 77e64829 0xffffffff 07 021dffec 00000000 kernel32!BaseThreadStart+0x34 Thread ID: 17 System Thread ID: 17ec Kernel Time: 0:0:0.187 User Time: 0:0:0.906 Thread Status: Thread is in a WAIT state. Thread Type: Other # ChildEBP RetAddr 00 0221fe44 7c827d0b ntdll!KiFastSystemCallRet 01 0221fe48 77e61d1e ntdll!NtWaitForSingleObject+0xc 02 0221feb8 77e61c8d kernel32!WaitForSingleObjectEx+0xac 03 0221fecc 7926ed5a kernel32!WaitForSingleObject+0x12 04 0221fee0 792034b2 mscorsvr!WaitForFinalizerEvent+0x2d 05 0221ff24 7922ec3f mscorsvr!GCHeap::FinalizerThreadStart+0x96 06 0221ffb8 77e64829 mscorsvr!Thread::intermediateThreadProc+0x44 07 0221ffec 00000000 kernel32!BaseThreadStart+0x34 Thread ID: 18 System Thread ID: 1144 Kernel Time: 0:0:1.531 User Time: 0:0:8.78 Thread Status: Thread is in a WAIT state. Thread Type: Other # ChildEBP RetAddr 00 164afc78 7c827d0b ntdll!KiFastSystemCallRet 01 164afc7c 77e61d1e ntdll!NtWaitForSingleObject+0xc 02 164afcec 77e61c8d kernel32!WaitForSingleObjectEx+0xac 03 164afd00 791d6134 kernel32!WaitForSingleObject+0x12 04 164afd24 791fe95c mscorsvr!ThreadpoolMgr::WorkerThreadStart+0x3a 05 164affb8 77e64829 mscorsvr!ThreadpoolMgr::intermediateThreadProc+0x44 06 164affec 00000000 kernel32!BaseThreadStart+0x34 Thread ID: 19 System Thread ID: 139c Kernel Time: 0:0:1.93 User Time: 0:0:22.437 Thread Status: Thread is in a WAIT state. Thread Type: Other # ChildEBP RetAddr 00 1652fb78 7c827d0b ntdll!KiFastSystemCallRet 01 1652fb7c 77e61d1e ntdll!NtWaitForSingleObject+0xc 02 1652fbec 77e61c8d kernel32!WaitForSingleObjectEx+0xac 03 1652fc00 791d6134 kernel32!WaitForSingleObject+0x12 04 1652fc24 791fe95c mscorsvr!ThreadpoolMgr::WorkerThreadStart+0x3a 05 1652ffb8 77e64829 mscorsvr!ThreadpoolMgr::intermediateThreadProc+0x44 06 1652ffec 00000000 kernel32!BaseThreadStart+0x34 Thread ID: 20 System Thread ID: 170c Kernel Time: 0:0:0.0 User Time: 0:0:0.0 Thread Type: Other # ChildEBP RetAddr 00 1679ff40 7c826f4b ntdll!KiFastSystemCallRet 01 1679ff44 77e41ed1 ntdll!NtDelayExecution+0xc 02 1679ffac 791cfb1a kernel32!SleepEx+0x68 03 1679ffb8 77e64829 mscorsvr!ThreadpoolMgr::TimerThreadStart+0x23 04 1679ffec 00000000 kernel32!BaseThreadStart+0x34 Thread ID: 21 System Thread ID: 15b0 Kernel Time: 0:0:0.968 User Time: 0:0:8.62 Thread Status: Thread is in a WAIT state. Thread Type: Other # ChildEBP RetAddr 00 168efaf8 7c827d0b ntdll!KiFastSystemCallRet 01 168efafc 77e61d1e ntdll!NtWaitForSingleObject+0xc 02 168efb6c 77e61c8d kernel32!WaitForSingleObjectEx+0xac 03 168efb80 791d6134 kernel32!WaitForSingleObject+0x12 04 168efba4 791fe95c mscorsvr!ThreadpoolMgr::WorkerThreadStart+0x3a 05 168effb8 77e64829 mscorsvr!ThreadpoolMgr::intermediateThreadProc+0x44 06 168effec 00000000 kernel32!BaseThreadStart+0x34 Thread ID: 22 System Thread ID: 21c Kernel Time: 0:0:0.734 User Time: 0:50:40.796 Thread Type: Other # ChildEBP RetAddr WARNING: Frame IP not in any known module. Following frames may be wrong. 00 16ecf268 17e088fb 0x16854622 01 06606534 065a5778 0x17e088fb 02 06606534 065a5778 0x65a5778 03 1680accc 0000001c 0x65a5778 Thread ID: 23 System Thread ID: 1400 Kernel Time: 0:0:0.421 User Time: 0:0:0.484 Thread Type: Other # ChildEBP RetAddr 00 16fbff24 7c826f4b ntdll!KiFastSystemCallRet 01 16fbff28 77e41ed1 ntdll!NtDelayExecution+0xc 02 16fbff90 79248c93 kernel32!SleepEx+0x68 03 16fbffb8 77e64829 mscorsvr!ThreadpoolMgr::WaitThreadStart+0x45 04 16fbffec 00000000 kernel32!BaseThreadStart+0x34 Thread ID: 24 System Thread ID: 9d0 Kernel Time: 0:0:1.640 User Time: 0:0:41.906 Thread Status: Thread is in a WAIT state. Thread Type: Other # ChildEBP RetAddr 00 1707f6f8 7c827d0b ntdll!KiFastSystemCallRet 01 1707f6fc 77e61d1e ntdll!NtWaitForSingleObject+0xc 02 1707f76c 77e61c8d kernel32!WaitForSingleObjectEx+0xac 03 1707f780 791d6134 kernel32!WaitForSingleObject+0x12 04 1707f7a4 791fe95c mscorsvr!ThreadpoolMgr::WorkerThreadStart+0x3a 05 1707ffb8 77e64829 mscorsvr!ThreadpoolMgr::intermediateThreadProc+0x44 06 1707ffec 00000000 kernel32!BaseThreadStart+0x34 Thread ID: 25 System Thread ID: 17ac Kernel Time: 0:0:1.140 User Time: 0:0:7.296 Thread Status: Thread is in a WAIT state. Thread Type: Other # ChildEBP RetAddr 00 170bf678 7c827d0b ntdll!KiFastSystemCallRet 01 170bf67c 77e61d1e ntdll!NtWaitForSingleObject+0xc 02 170bf6ec 77e61c8d kernel32!WaitForSingleObjectEx+0xac 03 170bf700 791d6134 kernel32!WaitForSingleObject+0x12 04 170bf724 791fe95c mscorsvr!ThreadpoolMgr::WorkerThreadStart+0x3a 05 170bffb8 77e64829 mscorsvr!ThreadpoolMgr::intermediateThreadProc+0x44 06 170bffec 00000000 kernel32!BaseThreadStart+0x34 Thread ID: 26 System Thread ID: 11c Kernel Time: 0:0:1.125 User Time: 0:0:9.531 Thread Status: Thread is in a WAIT state. Thread Type: Other # ChildEBP RetAddr 00 1723f378 7c827d0b ntdll!KiFastSystemCallRet 01 1723f37c 77e61d1e ntdll!NtWaitForSingleObject+0xc 02 1723f3ec 77e61c8d kernel32!WaitForSingleObjectEx+0xac 03 1723f400 791d6134 kernel32!WaitForSingleObject+0x12 04 1723f424 791fe95c mscorsvr!ThreadpoolMgr::WorkerThreadStart+0x3a 05 1723ffb8 77e64829 mscorsvr!ThreadpoolMgr::intermediateThreadProc+0x44 06 1723ffec 00000000 kernel32!BaseThreadStart+0x34 Thread ID: 27 System Thread ID: 1770 Kernel Time: 0:0:22.46 User Time: 0:0:12.468 Thread Type: Other # ChildEBP RetAddr 00 17b3ff0c 7739c811 ntdll!KiFastSystemCallRet 01 17b3ff2c 7768ffb3 USER32!NtUserGetMessage+0xc 02 17b3ff6c 7768f366 ole32!CDllHost::STAWorkerLoop+0x72 03 17b3ff88 7768f2a2 ole32!CDllHost::WorkerThread+0xc8 04 17b3ff90 776bbab4 ole32!DLLHostThreadEntry+0xd 05 17b3ffac 776b1704 ole32!CRpcThread::WorkerLoop+0x26 06 17b3ffb8 77e64829 ole32!CRpcThreadCache::RpcWorkerThreadEntry+0x20 07 17b3ffec 00000000 kernel32!BaseThreadStart+0x34 Thread ID: 28 System Thread ID: 17d8 Kernel Time: 0:0:0.515 User Time: 0:0:0.453 Thread Type: HTTP Listener # ChildEBP RetAddr 00 1803ff24 7c8277db ntdll!KiFastSystemCallRet 01 1803ff28 77e5bea2 ntdll!ZwRemoveIoCompletion+0xc 02 1803ff54 5a30248e kernel32!GetQueuedCompletionStatus+0x29 03 1803ff8c 5a3026ac W3TP!THREAD_POOL_DATA::ThreadPoolThread+0x33 04 1803ffa0 5a301da9 W3TP!THREAD_POOL_DATA::ThreadPoolThread+0x24 05 1803ffb8 77e64829 W3TP!THREAD_MANAGER::ThreadManagerThread+0x39 06 1803ffec 00000000 kernel32!BaseThreadStart+0x34 Thread ID: 29 System Thread ID: 9f0 Kernel Time: 0:0:0.515 User Time: 0:0:2.859 Thread Status: Thread is in a WAIT state. Thread Type: Other # ChildEBP RetAddr 00 16dffa78 7c827d0b ntdll!KiFastSystemCallRet 01 16dffa7c 77e61d1e ntdll!NtWaitForSingleObject+0xc 02 16dffaec 77e61c8d kernel32!WaitForSingleObjectEx+0xac 03 16dffb00 791d6134 kernel32!WaitForSingleObject+0x12 04 16dffb24 791fe95c mscorsvr!ThreadpoolMgr::WorkerThreadStart+0x3a 05 16dfffb8 77e64829 mscorsvr!ThreadpoolMgr::intermediateThreadProc+0x44 06 16dfffec 00000000 kernel32!BaseThreadStart+0x34 Thread ID: 30 System Thread ID: 17b4 Kernel Time: 0:0:0.593 User Time: 0:0:36.640 Thread Status: Thread is in a WAIT state. Thread Type: Other # ChildEBP RetAddr 00 16fff978 7c827d0b ntdll!KiFastSystemCallRet 01 16fff97c 77e61d1e ntdll!NtWaitForSingleObject+0xc 02 16fff9ec 77e61c8d kernel32!WaitForSingleObjectEx+0xac 03 16fffa00 791d6134 kernel32!WaitForSingleObject+0x12 04 16fffa24 791fe95c mscorsvr!ThreadpoolMgr::WorkerThreadStart+0x3a 05 16ffffb8 77e64829 mscorsvr!ThreadpoolMgr::intermediateThreadProc+0x44 06 16ffffec 00000000 kernel32!BaseThreadStart+0x34 Thread ID: 31 System Thread ID: 1738 Kernel Time: 0:0:0.390 User Time: 0:0:19.187 Thread Status: Thread is in a WAIT state. Thread Type: Other # ChildEBP RetAddr 00 1716f8f8 7c827d0b ntdll!KiFastSystemCallRet 01 1716f8fc 77e61d1e ntdll!NtWaitForSingleObject+0xc 02 1716f96c 77e61c8d kernel32!WaitForSingleObjectEx+0xac 03 1716f980 791d6134 kernel32!WaitForSingleObject+0x12 04 1716f9a4 791fe95c mscorsvr!ThreadpoolMgr::WorkerThreadStart+0x3a 05 1716ffb8 77e64829 mscorsvr!ThreadpoolMgr::intermediateThreadProc+0x44 06 1716ffec 00000000 kernel32!BaseThreadStart+0x34 Thread ID: 32 System Thread ID: 1278 Kernel Time: 0:0:0.640 User Time: 0:0:9.734 Thread Status: Thread is in a WAIT state. Thread Type: Managed Thread. Possible ASP.Net page or other .Net worker succeeded Loaded Son of Strike data table version 5 from "C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\mscorsvr.dll" Thread 32 ESP EIP 171eef70 7c8285ec [FRAME: ECallMethodFrame] [DEFAULT] Boolean System.Threading.WaitHandle.WaitOneNative(I,UI4,Boolean) 171eef84 16f72d5f [DEFAULT] [hasThis] Boolean System.Threading.WaitHandle.WaitOne(I4,Boolean) 171eefb8 16f7f5b3 [DEFAULT] [hasThis] Class System.Net.WebResponse System.Net.HttpWebRequest.GetResponse() 171eefe0 16f7f4b9 [DEFAULT] [hasThis] Class System.Net.WebResponse System.Web.Services.Protocols.WebClientProtocol.GetWebResponse(Class System.Net.WebRequest) 171ef010 16f7f476 [DEFAULT] [hasThis] Class System.Net.WebResponse System.Web.Services.Protocols.HttpWebClientProtocol.GetWebResponse(Class System.Net.WebRequest) 171ef014 16e4b1c0 [DEFAULT] [hasThis] SZArray Object System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String,SZArray Object) 171ef05c 16b461b1 [DEFAULT] [hasThis] String MegabyteSystems.Web.County.IMBSWebServiceservice.Execute(String) 171ef06c 16b4153c [DEFAULT] [hasThis] String MegabyteSystems.Web.County.Soap.MegabyteSoap.Execute(String,String) 171ef084 16b42195 [DEFAULT] [hasThis] Void Megabyte.Web.MegabyteCommonSite.County.InquiryCommonControl.LoadHtml() 171ef218 16b4540c [DEFAULT] [hasThis] Void MegabyteCommonSite.AgencyInquiry.AgencyInquiry.Page_Load(Object,Class System.EventArgs) 171ef2a8 16e05bbc [DEFAULT] [hasThis] Void System.Web.UI.Control.OnLoad(Class System.EventArgs) 171ef2b8 16e05b04 [DEFAULT] [hasThis] Void System.Web.UI.Control.LoadRecursive() c0000005 Exception in C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\sos.dll.ClrStack debugger extension. PC: 6028d1b4 VA: 00135000 R/W: 0 Parameter: 0001003f Begin System Thread Information # ChildEBP RetAddr 00 171eedc8 7c827cfb ntdll!KiFastSystemCallRet 01 171eedcc 77e6202c ntdll!NtWaitForMultipleObjects+0xc 02 171eee74 791e0fa2 kernel32!WaitForMultipleObjectsEx+0x11a 03 171eeea4 791e1044 mscorsvr!Thread::DoAppropriateWaitWorker+0xc1 04 171eeef8 791d72c7 mscorsvr!Thread::DoAppropriateWait+0x46 05 171eef40 165688c0 mscorsvr!WaitHandleNative::CorWaitOneNative+0x6f WARNING: Frame IP not in any known module. Following frames may be wrong. 06 171eefac 16f7f5b3 0x165688c0 07 171eefd8 16f7f4b9 0x16f7f5b3 08 171ef008 16f7f476 0x16f7f4b9 09 171ef050 16b461b1 0x16f7f476 0a 0a6edbcc 000001c2 0x16b461b1 Thread ID: 33 System Thread ID: 9ac Kernel Time: 0:0:0.734 User Time: 0:0:40.296 Thread Status: Thread is in a WAIT state. Thread Type: Other # ChildEBP RetAddr 00 1727f778 7c827d0b ntdll!KiFastSystemCallRet 01 1727f77c 77e61d1e ntdll!NtWaitForSingleObject+0xc 02 1727f7ec 77e61c8d kernel32!WaitForSingleObjectEx+0xac 03 1727f800 791d6134 kernel32!WaitForSingleObject+0x12 04 1727f824 791fe95c mscorsvr!ThreadpoolMgr::WorkerThreadStart+0x3a 05 1727ffb8 77e64829 mscorsvr!ThreadpoolMgr::intermediateThreadProc+0x44 06 1727ffec 00000000 kernel32!BaseThreadStart+0x34 Thread ID: 34 System Thread ID: 1634 Kernel Time: 0:0:0.328 User Time: 0:0:2.125 Thread Status: Thread is in a WAIT state. Thread Type: Other # ChildEBP RetAddr 00 1756f578 7c827d0b ntdll!KiFastSystemCallRet 01 1756f57c 77e61d1e ntdll!NtWaitForSingleObject+0xc 02 1756f5ec 77e61c8d kernel32!WaitForSingleObjectEx+0xac 03 1756f600 791d6134 kernel32!WaitForSingleObject+0x12 04 1756f624 791fe95c mscorsvr!ThreadpoolMgr::WorkerThreadStart+0x3a 05 1756ffb8 77e64829 mscorsvr!ThreadpoolMgr::intermediateThreadProc+0x44 06 1756ffec 00000000 kernel32!BaseThreadStart+0x34 Thread ID: 35 System Thread ID: 88c Kernel Time: 0:0:0.546 User Time: 0:0:21.531 Thread Status: Thread is in a WAIT state. Thread Type: Other # ChildEBP RetAddr 00 1766f378 7c827d0b ntdll!KiFastSystemCallRet 01 1766f37c 77e61d1e ntdll!NtWaitForSingleObject+0xc 02 1766f3ec 77e61c8d kernel32!WaitForSingleObjectEx+0xac 03 1766f400 791d6134 kernel32!WaitForSingleObject+0x12 04 1766f424 791fe95c mscorsvr!ThreadpoolMgr::WorkerThreadStart+0x3a 05 1766ffb8 77e64829 mscorsvr!ThreadpoolMgr::intermediateThreadProc+0x44 06 1766ffec 00000000 kernel32!BaseThreadStart+0x34 Thread ID: 36 System Thread ID: f0c Kernel Time: 0:0:0.531 User Time: 0:0:2.515 Thread Status: Thread is in a WAIT state. Thread Type: Other # ChildEBP RetAddr 00 176af2f8 7c827d0b ntdll!KiFastSystemCallRet 01 176af2fc 77e61d1e ntdll!NtWaitForSingleObject+0xc 02 176af36c 77e61c8d kernel32!WaitForSingleObjectEx+0xac 03 176af380 791d6134 kernel32!WaitForSingleObject+0x12 04 176af3a4 791fe95c mscorsvr!ThreadpoolMgr::WorkerThreadStart+0x3a 05 176affb8 77e64829 mscorsvr!ThreadpoolMgr::intermediateThreadProc+0x44 06 176affec 00000000 kernel32!BaseThreadStart+0x34 Thread ID: 37 System Thread ID: b38 Kernel Time: 0:0:0.0 User Time: 0:0:0.0 Thread Type: HTTP Listener # ChildEBP RetAddr 00 0240ff24 7c8277db ntdll!KiFastSystemCallRet 01 0240ff28 77e5bea2 ntdll!ZwRemoveIoCompletion+0xc 02 0240ff54 5a30248e kernel32!GetQueuedCompletionStatus+0x29 03 0240ff8c 5a3026ac W3TP!THREAD_POOL_DATA::ThreadPoolThread+0x33 04 0240ffa0 5a301da9 W3TP!THREAD_POOL_DATA::ThreadPoolThread+0x24 05 0240ffb8 77e64829 W3TP!THREAD_MANAGER::ThreadManagerThread+0x39 06 0240ffec 00000000 kernel32!BaseThreadStart+0x34 Thread ID: 38 System Thread ID: 11dc Kernel Time: 0:0:0.0 User Time: 0:0:0.0 Thread Type: Possible ASP page. Possible DCOM activity Executing Page: ASP.dll symbols not found. Unable to locate ASP page. Continuing with other analysis. No remote call being made # ChildEBP RetAddr 00 169bfe18 7c82783b ntdll!KiFastSystemCallRet 01 169bfe1c 77c885ac ntdll!NtReplyWaitReceivePortEx+0xc 02 169bff84 77c88792 RPCRT4!LRPC_ADDRESS::ReceiveLotsaCalls+0x198 03 169bff8c 77c8872d RPCRT4!RecvLotsaCallsWrapper+0xd 04 169bffac 77c7b110 RPCRT4!BaseCachedThreadRoutine+0x9d 05 169bffb8 77e64829 RPCRT4!ThreadStartRoutine+0x1b 06 169bffec 00000000 kernel32!BaseThreadStart+0x34 Thread ID: 39 System Thread ID: 1048 Kernel Time: 0:0:0.78 User Time: 0:0:0.203 Thread Type: HTTP Listener # ChildEBP RetAddr 00 1779ff24 7c8277db ntdll!KiFastSystemCallRet 01 1779ff28 77e5bea2 ntdll!ZwRemoveIoCompletion+0xc 02 1779ff54 5a30248e kernel32!GetQueuedCompletionStatus+0x29 03 1779ff8c 5a3026ac W3TP!THREAD_POOL_DATA::ThreadPoolThread+0x33 04 1779ffa0 5a301da9 W3TP!THREAD_POOL_DATA::ThreadPoolThread+0x24 05 1779ffb8 77e64829 W3TP!THREAD_MANAGER::ThreadManagerThread+0x39 06 1779ffec 00000000 kernel32!BaseThreadStart+0x34 Thread ID: 40 System Thread ID: bcc Kernel Time: 0:0:0.125 User Time: 0:0:0.531 Thread Type: Other # ChildEBP RetAddr 00 01d3f1c0 7c8277db ntdll!KiFastSystemCallRet 01 01d3f1c4 77e5bea2 ntdll!ZwRemoveIoCompletion+0xc 02 01d3f1f0 791fe9b2 kernel32!GetQueuedCompletionStatus+0x29 03 01d3f224 791fe95c mscorsvr!ThreadpoolMgr::CompletionPortThreadStart+0x49 04 01d3ffb8 77e64829 mscorsvr!ThreadpoolMgr::intermediateThreadProc+0x44 05 01d3ffec 00000000 kernel32!BaseThreadStart+0x34 Thread ID: 41 System Thread ID: 144c Kernel Time: 0:0:0.0 User Time: 0:0:0.0 Thread Type: HTTP Listener # ChildEBP RetAddr 00 16cbff24 7c8277db ntdll!KiFastSystemCallRet 01 16cbff28 77e5bea2 ntdll!ZwRemoveIoCompletion+0xc 02 16cbff54 5a30248e kernel32!GetQueuedCompletionStatus+0x29 03 16cbff8c 5a3026ac W3TP!THREAD_POOL_DATA::ThreadPoolThread+0x33 04 16cbffa0 5a301da9 W3TP!THREAD_POOL_DATA::ThreadPoolThread+0x24 05 16cbffb8 77e64829 W3TP!THREAD_MANAGER::ThreadManagerThread+0x39 06 16cbffec 00000000 kernel32!BaseThreadStart+0x34 Thread ID: 42 System Thread ID: 1248 Kernel Time: 0:0:0.0 User Time: 0:0:0.0 Thread Type: Possible ASP page. Possible DCOM activity Executing Page: ASP.dll symbols not found. Unable to locate ASP page. Continuing with other analysis. No remote call being made # ChildEBP RetAddr 00 01cbfe18 7c82783b ntdll!KiFastSystemCallRet 01 01cbfe1c 77c885ac ntdll!NtReplyWaitReceivePortEx+0xc 02 01cbff84 77c88792 RPCRT4!LRPC_ADDRESS::ReceiveLotsaCalls+0x198 03 01cbff8c 77c8872d RPCRT4!RecvLotsaCallsWrapper+0xd 04 01cbffac 77c7b110 RPCRT4!BaseCachedThreadRoutine+0x9d 05 01cbffb8 77e64829 RPCRT4!ThreadStartRoutine+0x1b 06 01cbffec 00000000 kernel32!BaseThreadStart+0x34 Thread ID: 43 System Thread ID: ea0 Kernel Time: 0:0:0.109 User Time: 0:0:0.281 Thread Type: Other # ChildEBP RetAddr 00 172befc0 7c8277db ntdll!KiFastSystemCallRet 01 172befc4 77e5bea2 ntdll!ZwRemoveIoCompletion+0xc 02 172beff0 791fe9b2 kernel32!GetQueuedCompletionStatus+0x29 03 172bf024 791fe95c mscorsvr!ThreadpoolMgr::CompletionPortThreadStart+0x49 04 172bffb8 77e64829 mscorsvr!ThreadpoolMgr::intermediateThreadProc+0x44 05 172bffec 00000000 kernel32!BaseThreadStart+0x34 Thread ID: 44 System Thread ID: 998 Kernel Time: 0:0:0.0 User Time: 0:0:0.0 Thread Type: Other # ChildEBP RetAddr 00 01b1fcc0 7c8277db ntdll!KiFastSystemCallRet 01 01b1fcc4 77e5bea2 ntdll!ZwRemoveIoCompletion+0xc 02 01b1fcf0 791fe9b2 kernel32!GetQueuedCompletionStatus+0x29 03 01b1fd24 791fe95c mscorsvr!ThreadpoolMgr::CompletionPortThreadStart+0x49 04 01b1ffb8 77e64829 mscorsvr!ThreadpoolMgr::intermediateThreadProc+0x44 05 01b1ffec 00000000 kernel32!BaseThreadStart+0x34 Thread ID: 45 System Thread ID: a10 Kernel Time: 0:0:0.0 User Time: 0:0:0.0 Thread Type: Other # ChildEBP RetAddr 00 16f4ff70 7c8277db ntdll!KiFastSystemCallRet 01 16f4ff74 7c839f38 ntdll!ZwRemoveIoCompletion+0xc 02 16f4ffb8 77e64829 ntdll!RtlpWorkerThread+0x3d 03 16f4ffec 00000000 kernel32!BaseThreadStart+0x34 Thread ID: 46 System Thread ID: 1244 Kernel Time: 0:0:0.0 User Time: 0:0:0.0 Thread Type: Other # ChildEBP RetAddr 00 00d7ff70 7c8277db ntdll!KiFastSystemCallRet 01 00d7ff74 7c839f38 ntdll!ZwRemoveIoCompletion+0xc 02 00d7ffb8 77e64829 ntdll!RtlpWorkerThread+0x3d 03 00d7ffec 00000000 kernel32!BaseThreadStart+0x34 Closing open log file C:\iisstate\output\IISState-5164.log Tag: accessing FTP server via Windows Browser Tag: 399775
      • 9
        • IISState Log Hi, Our web app reaching 100% CPUin every 3 to 4 hrs after recycling w3wp.exe, I ran IISState, Can anyone please help me to read this logifile and determine the problem? Thanks, Sudheer Opened log file 'C:\iisstate\output\IISState-5164.log' *********************** Starting new log output IISState version 3.3.1 Wed Nov 14 16:36:12 2007 OS = Windows 2003 Server Executable: w3wp.exe PID = 5164 Note: Thread times are formatted as HH:MM:SS.ms *********************** Thread ID: 0 System Thread ID: 12d0 Kernel Time: 0:0:0.31 User Time: 0:0:0.125 Thread Status: Thread is in a WAIT state. Thread Type: HTTP Compression Thread # ChildEBP RetAddr 00 0006fc08 7c827d0b ntdll!KiFastSystemCallRet 01 0006fc0c 77e61d1e ntdll!NtWaitForSingleObject+0xc 02 0006fc7c 77e61c8d kernel32!WaitForSingleObjectEx+0xac 03 0006fc90 5a364662 kernel32!WaitForSingleObject+0x12 04 0006fca0 5a366e3f w3dt!WP_CONTEXT::RunMainThreadLoop+0x10 05 0006fca8 5a3af42d w3dt!UlAtqStartListen+0x2d 06 0006fcb8 5a3bc335 w3core!W3_SERVER::StartListen+0xbd 07 0006ff0c 0100187c w3core!UlW3Start+0x26e 08 0006ff44 01001a27 w3wp!wmain+0x22a 09 0006ffc0 77e6f23b w3wp!wmainCRTStartup+0x12f 0a 0006fff0 00000000 kernel32!BaseProcessStart+0x23 Thread ID: 1 System Thread ID: 944 Kernel Time: 0:0:0.0 User Time: 0:0:0.0 Thread Type: Other # ChildEBP RetAddr 00 00ccff9c 7c826f4b ntdll!KiFastSystemCallRet 01 00ccffa0 7c83d424 ntdll!NtDelayExecution+0xc 02 00ccffb8 77e64829 ntdll!RtlpTimerThread+0x47 03 00ccffec 00000000 kernel32!BaseThreadStart+0x34 Thread ID: 2 System Thread ID: 654 Kernel Time: 0:0:0.0 User Time: 0:0:0.0 Thread Type: Other # ChildEBP RetAddr 00 00d0ff70 7c8277db ntdll!KiFastSystemCallRet 01 00d0ff74 7c839f38 ntdll!ZwRemoveIoCompletion+0xc 02 00d0ffb8 77e64829 ntdll!RtlpWorkerThread+0x3d 03 00d0ffec 00000000 kernel32!BaseThreadStart+0x34 Thread ID: 3 System Thread ID: 160 Kernel Time: 0:0:0.0 User Time: 0:0:0.0 Thread Type: Other # ChildEBP RetAddr 00 00dbff08 7c826f4b ntdll!KiFastSystemCallRet 01 00dbff0c 77e41ed1 ntdll!NtDelayExecution+0xc 02 00dbff74 77e424ed kernel32!SleepEx+0x68 03 00dbff84 776bbb0f kernel32!Sleep+0xf 04 00dbff90 776bbab4 ole32!CROIDTable::WorkerThreadLoop+0x14 05 00dbffac 776b1704 ole32!CRpcThread::WorkerLoop+0x26 06 00dbffb8 77e64829 ole32!CRpcThreadCache::RpcWorkerThreadEntry+0x20 07 00dbffec 00000000 kernel32!BaseThreadStart+0x34 Thread ID: 4 System Thread ID: 3ec Kernel Time: 0:0:0.500 User Time: 0:0:0.593 Thread Type: HTTP Listener # ChildEBP RetAddr 00 00f7ff24 7c8277db ntdll!KiFastSystemCallRet 01 00f7ff28 77e5bea2 ntdll!ZwRemoveIoCompletion+0xc 02 00f7ff54 5a30248e kernel32!GetQueuedCompletionStatus+0x29 03 00f7ff8c 5a3026ac W3TP!THREAD_POOL_DATA::ThreadPoolThread+0x33 04 00f7ffa0 5a301da9 W3TP!THREAD_POOL_DATA::ThreadPoolThread+0x24 05 00f7ffb8 77e64829 W3TP!THREAD_MANAGER::ThreadManagerThread+0x39 06 00f7ffec 00000000 kernel32!BaseThreadStart+0x34 Thread ID: 5 System Thread ID: a44 Kernel Time: 0:0:0.453 User Time: 0:0:0.375 Thread Type: HTTP Listener # ChildEBP RetAddr 00 00fbff24 7c8277db ntdll!KiFastSystemCallRet 01 00fbff28 77e5bea2 ntdll!ZwRemoveIoCompletion+0xc 02 00fbff54 5a30248e kernel32!GetQueuedCompletionStatus+0x29 03 00fbff8c 5a3026ac W3TP!THREAD_POOL_DATA::ThreadPoolThread+0x33 04 00fbffa0 5a301da9 W3TP!THREAD_POOL_DATA::ThreadPoolThread+0x24 05 00fbffb8 77e64829 W3TP!THREAD_MANAGER::ThreadManagerThread+0x39 06 00fbffec 00000000 kernel32!BaseThreadStart+0x34 Thread ID: 6 System Thread ID: 2ec Kernel Time: 0:0:0.515 User Time: 0:0:0.312 Thread Type: HTTP Listener # ChildEBP RetAddr 00 00ffff24 7c8277db ntdll!KiFastSystemCallRet 01 00ffff28 77e5bea2 ntdll!ZwRemoveIoCompletion+0xc 02 00ffff54 5a30248e kernel32!GetQueuedCompletionStatus+0x29 03 00ffff8c 5a3026ac W3TP!THREAD_POOL_DATA::ThreadPoolThread+0x33 04 00ffffa0 5a301da9 W3TP!THREAD_POOL_DATA::ThreadPoolThread+0x24 05 00ffffb8 77e64829 W3TP!THREAD_MANAGER::ThreadManagerThread+0x39 06 00ffffec 00000000 kernel32!BaseThreadStart+0x34 Thread ID: 7 System Thread ID: 17bc Kernel Time: 0:0:1.171 User Time: 0:0:0.843 Thread Type: HTTP Listener # ChildEBP RetAddr 00 0104ff24 7c8277db ntdll!KiFastSystemCallRet 01 0104ff28 77e5bea2 ntdll!ZwRemoveIoCompletion+0xc 02 0104ff54 5a30248e kernel32!GetQueuedCompletionStatus+0x29 03 0104ff8c 5a3026ac W3TP!THREAD_POOL_DATA::ThreadPoolThread+0x33 04 0104ffa0 5a301da9 W3TP!THREAD_POOL_DATA::ThreadPoolThread+0x24 05 0104ffb8 77e64829 W3TP!THREAD_MANAGER::ThreadManagerThread+0x39 06 0104ffec 00000000 kernel32!BaseThreadStart+0x34 Thread ID: 8 System Thread ID: 14c4 Kernel Time: 0:0:0.0 User Time: 0:0:0.0 Thread Status: Thread is in a WAIT state. Thread Type: Other # ChildEBP RetAddr 00 0110fcec 7c827cfb ntdll!KiFastSystemCallRet 01 0110fcf0 7c83c78e ntdll!NtWaitForMultipleObjects+0xc 02 0110ffb8 77e64829 ntdll!RtlpWaitThread+0x161 03 0110ffec 00000000 kernel32!BaseThreadStart+0x34 Thread ID: 9 System Thread ID: d84 Kernel Time: 0:0:0.0 User Time: 0:0:0.0 Thread Status: Thread is in a WAIT state. Thread Type: HTTP Compression Thread # ChildEBP RetAddr 00 01adfa84 7c827d0b ntdll!KiFastSystemCallRet 01 01adfa88 77e61d1e ntdll!NtWaitForSingleObject+0xc 02 01adfaf8 77e61c8d kernel32!WaitForSingleObjectEx+0xac 03 01adfb0c 5a3b820f kernel32!WaitForSingleObject+0x12 04 01adffb8 77e64829 w3core!HTTP_COMPRESSION::CompressionThread+0x126 05 01adffec 00000000 kernel32!BaseThreadStart+0x34 Thread ID: 10 System Thread ID: 1334 Kernel Time: 0:0:0.0 User Time: 0:0:0.0 Thread Type: Other # ChildEBP RetAddr 00 01b5ff8c 7c826f4b ntdll!KiFastSystemCallRet 01 01b5ff90 7c81943a ntdll!NtDelayExecution+0xc 02 01b5ffb8 77e64829 ntdll!RtlpIOWorkerThread+0x3f 03 01b5ffec 00000000 kernel32!BaseThreadStart+0x34 Thread ID: 11 System Thread ID: 1274 Kernel Time: 0:0:0.0 User Time: 0:0:0.0 Thread Type: Other # ChildEBP RetAddr 00 01cffe50 7c826f4b ntdll!KiFastSystemCallRet 01 01cffe54 77e41ed1 ntdll!NtDelayExecution+0xc 02 01cffebc 77e424ed kernel32!SleepEx+0x68 03 01cffecc 791bc166 kernel32!Sleep+0xf 04 01cfffb8 77e64829 mscorsvr!ThreadpoolMgr::GateThreadStart+0x54 05 01cfffec 00000000 kernel32!BaseThreadStart+0x34 Thread ID: 12 System Thread ID: 11b4 Kernel Time: 0:0:0.0 User Time: 0:0:0.0 Thread Status: Thread is in a WAIT state. Thread Type: Other # ChildEBP RetAddr 00 01e8fe70 7c827cfb ntdll!KiFastSystemCallRet 01 01e8fe74 77e6202c ntdll!NtWaitForMultipleObjects+0xc 02 01e8ff1c 77e62fbe kernel32!WaitForMultipleObjectsEx+0x11a 03 01e8ff38 7922fce6 kernel32!WaitForMultipleObjects+0x18 04 01e8ffa0 7922fc5d mscorsvr!DebuggerRCThread::MainLoop+0x90 05 01e8ffb0 79232154 mscorsvr!DebuggerRCThread::ThreadProc+0x68 06 01e8ffb8 77e64829 mscorsvr!DebuggerRCThread::ThreadProcStatic+0xb 07 01e8ffec 00000000 kernel32!BaseThreadStart+0x34 Thread ID: 13 System Thread ID: 1624 Kernel Time: 0:0:0.218 User Time: 0:0:8.15 Thread Status: Thread is in a WAIT state. Thread Type: Other # ChildEBP RetAddr 00 0211fefc 7c827d0b ntdll!KiFastSystemCallRet 01 0211ff00 77e61d1e ntdll!NtWaitForSingleObject+0xc 02 0211ff70 77e61c8d kernel32!WaitForSingleObjectEx+0xac 03 0211ff84 7920369d kernel32!WaitForSingleObject+0x12 04 0211ffac 79227e07 mscorsvr!gc_heap::gc_thread_function+0x2f 05 0211ffb0 00000000 mscorsvr!SetupUnstartedThread Thread ID: 14 System Thread ID: 1290 Kernel Time: 0:0:0.125 User Time: 0:0:8.703 Thread Status: Thread is in a WAIT state. Thread Type: Other # ChildEBP RetAddr 00 0215fdfc 7c827d0b ntdll!KiFastSystemCallRet 01 0215fe00 77e61d1e ntdll!NtWaitForSingleObject+0xc 02 0215fe70 77e61c8d kernel32!WaitForSingleObjectEx+0xac 03 0215fe84 7920369d kernel32!WaitForSingleObject+0x12 04 0215feac 79227e07 mscorsvr!gc_heap::gc_thread_function+0x2f 05 0215feb0 ffffffff mscorsvr!SetupUnstartedThread 06 0215ffb8 77e64829 0xffffffff 07 0215ffec 00000000 kernel32!BaseThreadStart+0x34 Thread ID: 15 System Thread ID: 16cc Kernel Time: 0:0:0.140 User Time: 0:0:8.546 Thread Status: Thread is in a WAIT state. Thread Type: Other # ChildEBP RetAddr 00 0219fcfc 7c827d0b ntdll!KiFastSystemCallRet 01 0219fd00 77e61d1e ntdll!NtWaitForSingleObject+0xc 02 0219fd70 77e61c8d kernel32!WaitForSingleObjectEx+0xac 03 0219fd84 7920369d kernel32!WaitForSingleObject+0x12 04 0219fdac 79227e07 mscorsvr!gc_heap::gc_thread_function+0x2f 05 0219fdb0 00000000 mscorsvr!SetupUnstartedThread Thread ID: 16 System Thread ID: 15d0 Kernel Time: 0:0:0.156 User Time: 0:0:8.281 Thread Status: Thread is in a WAIT state. Thread Type: Other # ChildEBP RetAddr 00 021dfbfc 7c827d0b ntdll!KiFastSystemCallRet 01 021dfc00 77e61d1e ntdll!NtWaitForSingleObject+0xc 02 021dfc70 77e61c8d kernel32!WaitForSingleObjectEx+0xac 03 021dfc84 7920369d kernel32!WaitForSingleObject+0x12 04 021dfcac 79227e07 mscorsvr!gc_heap::gc_thread_function+0x2f 05 021dfcb0 ffffffff mscorsvr!SetupUnstartedThread 06 021dffb8 77e64829 0xffffffff 07 021dffec 00000000 kernel32!BaseThreadStart+0x34 Thread ID: 17 System Thread ID: 17ec Kernel Time: 0:0:0.187 User Time: 0:0:0.906 Thread Status: Thread is in a WAIT state. Thread Type: Other # ChildEBP RetAddr 00 0221fe44 7c827d0b ntdll!KiFastSystemCallRet 01 0221fe48 77e61d1e ntdll!NtWaitForSingleObject+0xc 02 0221feb8 77e61c8d kernel32!WaitForSingleObjectEx+0xac 03 0221fecc 7926ed5a kernel32!WaitForSingleObject+0x12 04 0221fee0 792034b2 mscorsvr!WaitForFinalizerEvent+0x2d 05 0221ff24 7922ec3f mscorsvr!GCHeap::FinalizerThreadStart+0x96 06 0221ffb8 77e64829 mscorsvr!Thread::intermediateThreadProc+0x44 07 0221ffec 00000000 kernel32!BaseThreadStart+0x34 Thread ID: 18 System Thread ID: 1144 Kernel Time: 0:0:1.531 User Time: 0:0:8.78 Thread Status: Thread is in a WAIT state. Thread Type: Other # ChildEBP RetAddr 00 164afc78 7c827d0b ntdll!KiFastSystemCallRet 01 164afc7c 77e61d1e ntdll!NtWaitForSingleObject+0xc 02 164afcec 77e61c8d kernel32!WaitForSingleObjectEx+0xac 03 164afd00 791d6134 kernel32!WaitForSingleObject+0x12 04 164afd24 791fe95c mscorsvr!ThreadpoolMgr::WorkerThreadStart+0x3a 05 164affb8 77e64829 mscorsvr!ThreadpoolMgr::intermediateThreadProc+0x44 06 164affec 00000000 kernel32!BaseThreadStart+0x34 Thread ID: 19 System Thread ID: 139c Kernel Time: 0:0:1.93 User Time: 0:0:22.437 Thread Status: Thread is in a WAIT state. Thread Type: Other # ChildEBP RetAddr 00 1652fb78 7c827d0b ntdll!KiFastSystemCallRet 01 1652fb7c 77e61d1e ntdll!NtWaitForSingleObject+0xc 02 1652fbec 77e61c8d kernel32!WaitForSingleObjectEx+0xac 03 1652fc00 791d6134 kernel32!WaitForSingleObject+0x12 04 1652fc24 791fe95c mscorsvr!ThreadpoolMgr::WorkerThreadStart+0x3a 05 1652ffb8 77e64829 mscorsvr!ThreadpoolMgr::intermediateThreadProc+0x44 06 1652ffec 00000000 kernel32!BaseThreadStart+0x34 Thread ID: 20 System Thread ID: 170c Kernel Time: 0:0:0.0 User Time: 0:0:0.0 Thread Type: Other # ChildEBP RetAddr 00 1679ff40 7c826f4b ntdll!KiFastSystemCallRet 01 1679ff44 77e41ed1 ntdll!NtDelayExecution+0xc 02 1679ffac 791cfb1a kernel32!SleepEx+0x68 03 1679ffb8 77e64829 mscorsvr!ThreadpoolMgr::TimerThreadStart+0x23 04 1679ffec 00000000 kernel32!BaseThreadStart+0x34 Thread ID: 21 System Thread ID: 15b0 Kernel Time: 0:0:0.968 User Time: 0:0:8.62 Thread Status: Thread is in a WAIT state. Thread Type: Other # ChildEBP RetAddr 00 168efaf8 7c827d0b ntdll!KiFastSystemCallRet 01 168efafc 77e61d1e ntdll!NtWaitForSingleObject+0xc 02 168efb6c 77e61c8d kernel32!WaitForSingleObjectEx+0xac 03 168efb80 791d6134 kernel32!WaitForSingleObject+0x12 04 168efba4 791fe95c mscorsvr!ThreadpoolMgr::WorkerThreadStart+0x3a 05 168effb8 77e64829 mscorsvr!ThreadpoolMgr::intermediateThreadProc+0x44 06 168effec 00000000 kernel32!BaseThreadStart+0x34 Thread ID: 22 System Thread ID: 21c Kernel Time: 0:0:0.734 User Time: 0:50:40.796 Thread Type: Other # ChildEBP RetAddr WARNING: Frame IP not in any known module. Following frames may be wrong. 00 16ecf268 17e088fb 0x16854622 01 06606534 065a5778 0x17e088fb 02 06606534 065a5778 0x65a5778 03 1680accc 0000001c 0x65a5778 Thread ID: 23 System Thread ID: 1400 Kernel Time: 0:0:0.421 User Time: 0:0:0.484 Thread Type: Other # ChildEBP RetAddr 00 16fbff24 7c826f4b ntdll!KiFastSystemCallRet 01 16fbff28 77e41ed1 ntdll!NtDelayExecution+0xc 02 16fbff90 79248c93 kernel32!SleepEx+0x68 03 16fbffb8 77e64829 mscorsvr!ThreadpoolMgr::WaitThreadStart+0x45 04 16fbffec 00000000 kernel32!BaseThreadStart+0x34 Thread ID: 24 System Thread ID: 9d0 Kernel Time: 0:0:1.640 User Time: 0:0:41.906 Thread Status: Thread is in a WAIT state. Thread Type: Other # ChildEBP RetAddr 00 1707f6f8 7c827d0b ntdll!KiFastSystemCallRet 01 1707f6fc 77e61d1e ntdll!NtWaitForSingleObject+0xc 02 1707f76c 77e61c8d kernel32!WaitForSingleObjectEx+0xac 03 1707f780 791d6134 kernel32!WaitForSingleObject+0x12 04 1707f7a4 791fe95c mscorsvr!ThreadpoolMgr::WorkerThreadStart+0x3a 05 1707ffb8 77e64829 mscorsvr!ThreadpoolMgr::intermediateThreadProc+0x44 06 1707ffec 00000000 kernel32!BaseThreadStart+0x34 Thread ID: 25 System Thread ID: 17ac Kernel Time: 0:0:1.140 User Time: 0:0:7.296 Thread Status: Thread is in a WAIT state. Thread Type: Other # ChildEBP RetAddr 00 170bf678 7c827d0b ntdll!KiFastSystemCallRet 01 170bf67c 77e61d1e ntdll!NtWaitForSingleObject+0xc 02 170bf6ec 77e61c8d kernel32!WaitForSingleObjectEx+0xac 03 170bf700 791d6134 kernel32!WaitForSingleObject+0x12 04 170bf724 791fe95c mscorsvr!ThreadpoolMgr::WorkerThreadStart+0x3a 05 170bffb8 77e64829 mscorsvr!ThreadpoolMgr::intermediateThreadProc+0x44 06 170bffec 00000000 kernel32!BaseThreadStart+0x34 Thread ID: 26 System Thread ID: 11c Kernel Time: 0:0:1.125 User Time: 0:0:9.531 Thread Status: Thread is in a WAIT state. Thread Type: Other # ChildEBP RetAddr 00 1723f378 7c827d0b ntdll!KiFastSystemCallRet 01 1723f37c 77e61d1e ntdll!NtWaitForSingleObject+0xc 02 1723f3ec 77e61c8d kernel32!WaitForSingleObjectEx+0xac 03 1723f400 791d6134 kernel32!WaitForSingleObject+0x12 04 1723f424 791fe95c mscorsvr!ThreadpoolMgr::WorkerThreadStart+0x3a 05 1723ffb8 77e64829 mscorsvr!ThreadpoolMgr::intermediateThreadProc+0x44 06 1723ffec 00000000 kernel32!BaseThreadStart+0x34 Thread ID: 27 System Thread ID: 1770 Kernel Time: 0:0:22.46 User Time: 0:0:12.468 Thread Type: Other # ChildEBP RetAddr 00 17b3ff0c 7739c811 ntdll!KiFastSystemCallRet 01 17b3ff2c 7768ffb3 USER32!NtUserGetMessage+0xc 02 17b3ff6c 7768f366 ole32!CDllHost::STAWorkerLoop+0x72 03 17b3ff88 7768f2a2 ole32!CDllHost::WorkerThread+0xc8 04 17b3ff90 776bbab4 ole32!DLLHostThreadEntry+0xd 05 17b3ffac 776b1704 ole32!CRpcThread::WorkerLoop+0x26 06 17b3ffb8 77e64829 ole32!CRpcThreadCache::RpcWorkerThreadEntry+0x20 07 17b3ffec 00000000 kernel32!BaseThreadStart+0x34 Thread ID: 28 System Thread ID: 17d8 Kernel Time: 0:0:0.515 User Time: 0:0:0.453 Thread Type: HTTP Listener # ChildEBP RetAddr 00 1803ff24 7c8277db ntdll!KiFastSystemCallRet 01 1803ff28 77e5bea2 ntdll!ZwRemoveIoCompletion+0xc 02 1803ff54 5a30248e kernel32!GetQueuedCompletionStatus+0x29 03 1803ff8c 5a3026ac W3TP!THREAD_POOL_DATA::ThreadPoolThread+0x33 04 1803ffa0 5a301da9 W3TP!THREAD_POOL_DATA::ThreadPoolThread+0x24 05 1803ffb8 77e64829 W3TP!THREAD_MANAGER::ThreadManagerThread+0x39 06 1803ffec 00000000 kernel32!BaseThreadStart+0x34 Thread ID: 29 System Thread ID: 9f0 Kernel Time: 0:0:0.515 User Time: 0:0:2.859 Thread Status: Thread is in a WAIT state. Thread Type: Other # ChildEBP RetAddr 00 16dffa78 7c827d0b ntdll!KiFastSystemCallRet 01 16dffa7c 77e61d1e ntdll!NtWaitForSingleObject+0xc 02 16dffaec 77e61c8d kernel32!WaitForSingleObjectEx+0xac 03 16dffb00 791d6134 kernel32!WaitForSingleObject+0x12 04 16dffb24 791fe95c mscorsvr!ThreadpoolMgr::WorkerThreadStart+0x3a 05 16dfffb8 77e64829 mscorsvr!ThreadpoolMgr::intermediateThreadProc+0x44 06 16dfffec 00000000 kernel32!BaseThreadStart+0x34 Thread ID: 30 System Thread ID: 17b4 Kernel Time: 0:0:0.593 User Time: 0:0:36.640 Thread Status: Thread is in a WAIT state. Thread Type: Other # ChildEBP RetAddr 00 16fff978 7c827d0b ntdll!KiFastSystemCallRet 01 16fff97c 77e61d1e ntdll!NtWaitForSingleObject+0xc 02 16fff9ec 77e61c8d kernel32!WaitForSingleObjectEx+0xac 03 16fffa00 791d6134 kernel32!WaitForSingleObject+0x12 04 16fffa24 791fe95c mscorsvr!ThreadpoolMgr::WorkerThreadStart+0x3a 05 16ffffb8 77e64829 mscorsvr!ThreadpoolMgr::intermediateThreadProc+0x44 06 16ffffec 00000000 kernel32!BaseThreadStart+0x34 Thread ID: 31 System Thread ID: 1738 Kernel Time: 0:0:0.390 User Time: 0:0:19.187 Thread Status: Thread is in a WAIT state. Thread Type: Other # ChildEBP RetAddr 00 1716f8f8 7c827d0b ntdll!KiFastSystemCallRet 01 1716f8fc 77e61d1e ntdll!NtWaitForSingleObject+0xc 02 1716f96c 77e61c8d kernel32!WaitForSingleObjectEx+0xac 03 1716f980 791d6134 kernel32!WaitForSingleObject+0x12 04 1716f9a4 791fe95c mscorsvr!ThreadpoolMgr::WorkerThreadStart+0x3a 05 1716ffb8 77e64829 mscorsvr!ThreadpoolMgr::intermediateThreadProc+0x44 06 1716ffec 00000000 kernel32!BaseThreadStart+0x34 Thread ID: 32 System Thread ID: 1278 Kernel Time: 0:0:0.640 User Time: 0:0:9.734 Thread Status: Thread is in a WAIT state. Thread Type: Managed Thread. Possible ASP.Net page or other .Net worker succeeded Loaded Son of Strike data table version 5 from "C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\mscorsvr.dll" Thread 32 ESP EIP 171eef70 7c8285ec [FRAME: ECallMethodFrame] [DEFAULT] Boolean System.Threading.WaitHandle.WaitOneNative(I,UI4,Boolean) 171eef84 16f72d5f [DEFAULT] [hasThis] Boolean System.Threading.WaitHandle.WaitOne(I4,Boolean) 171eefb8 16f7f5b3 [DEFAULT] [hasThis] Class System.Net.WebResponse System.Net.HttpWebRequest.GetResponse() 171eefe0 16f7f4b9 [DEFAULT] [hasThis] Class System.Net.WebResponse System.Web.Services.Protocols.WebClientProtocol.GetWebResponse(Class System.Net.WebRequest) 171ef010 16f7f476 [DEFAULT] [hasThis] Class System.Net.WebResponse System.Web.Services.Protocols.HttpWebClientProtocol.GetWebResponse(Class System.Net.WebRequest) 171ef014 16e4b1c0 [DEFAULT] [hasThis] SZArray Object System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String,SZArray Object) 171ef05c 16b461b1 [DEFAULT] [hasThis] String MegabyteSystems.Web.County.IMBSWebServiceservice.Execute(String) 171ef06c 16b4153c [DEFAULT] [hasThis] String MegabyteSystems.Web.County.Soap.MegabyteSoap.Execute(String,String) 171ef084 16b42195 [DEFAULT] [hasThis] Void Megabyte.Web.MegabyteCommonSite.County.InquiryCommonControl.LoadHtml() 171ef218 16b4540c [DEFAULT] [hasThis] Void MegabyteCommonSite.AgencyInquiry.AgencyInquiry.Page_Load(Object,Class System.EventArgs) 171ef2a8 16e05bbc [DEFAULT] [hasThis] Void System.Web.UI.Control.OnLoad(Class System.EventArgs) 171ef2b8 16e05b04 [DEFAULT] [hasThis] Void System.Web.UI.Control.LoadRecursive() c0000005 Exception in C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\sos.dll.ClrStack debugger extension. PC: 6028d1b4 VA: 00135000 R/W: 0 Parameter: 0001003f Begin System Thread Information # ChildEBP RetAddr 00 171eedc8 7c827cfb ntdll!KiFastSystemCallRet 01 171eedcc 77e6202c ntdll!NtWaitForMultipleObjects+0xc 02 171eee74 791e0fa2 kernel32!WaitForMultipleObjectsEx+0x11a 03 171eeea4 791e1044 mscorsvr!Thread::DoAppropriateWaitWorker+0xc1 04 171eeef8 791d72c7 mscorsvr!Thread::DoAppropriateWait+0x46 05 171eef40 165688c0 mscorsvr!WaitHandleNative::CorWaitOneNative+0x6f WARNING: Frame IP not in any known module. Following frames may be wrong. 06 171eefac 16f7f5b3 0x165688c0 07 171eefd8 16f7f4b9 0x16f7f5b3 08 171ef008 16f7f476 0x16f7f4b9 09 171ef050 16b461b1 0x16f7f476 0a 0a6edbcc 000001c2 0x16b461b1 Thread ID: 33 System Thread ID: 9ac Kernel Time: 0:0:0.734 User Time: 0:0:40.296 Thread Status: Thread is in a WAIT state. Thread Type: Other # ChildEBP RetAddr 00 1727f778 7c827d0b ntdll!KiFastSystemCallRet 01 1727f77c 77e61d1e ntdll!NtWaitForSingleObject+0xc 02 1727f7ec 77e61c8d kernel32!WaitForSingleObjectEx+0xac 03 1727f800 791d6134 kernel32!WaitForSingleObject+0x12 04 1727f824 791fe95c mscorsvr!ThreadpoolMgr::WorkerThreadStart+0x3a 05 1727ffb8 77e64829 mscorsvr!ThreadpoolMgr::intermediateThreadProc+0x44 06 1727ffec 00000000 kernel32!BaseThreadStart+0x34 Thread ID: 34 System Thread ID: 1634 Kernel Time: 0:0:0.328 User Time: 0:0:2.125 Thread Status: Thread is in a WAIT state. Thread Type: Other # ChildEBP RetAddr 00 1756f578 7c827d0b ntdll!KiFastSystemCallRet 01 1756f57c 77e61d1e ntdll!NtWaitForSingleObject+0xc 02 1756f5ec 77e61c8d kernel32!WaitForSingleObjectEx+0xac 03 1756f600 791d6134 kernel32!WaitForSingleObject+0x12 04 1756f624 791fe95c mscorsvr!ThreadpoolMgr::WorkerThreadStart+0x3a 05 1756ffb8 77e64829 mscorsvr!ThreadpoolMgr::intermediateThreadProc+0x44 06 1756ffec 00000000 kernel32!BaseThreadStart+0x34 Thread ID: 35 System Thread ID: 88c Kernel Time: 0:0:0.546 User Time: 0:0:21.531 Thread Status: Thread is in a WAIT state. Thread Type: Other # ChildEBP RetAddr 00 1766f378 7c827d0b ntdll!KiFastSystemCallRet 01 1766f37c 77e61d1e ntdll!NtWaitForSingleObject+0xc 02 1766f3ec 77e61c8d kernel32!WaitForSingleObjectEx+0xac 03 1766f400 791d6134 kernel32!WaitForSingleObject+0x12 04 1766f424 791fe95c mscorsvr!ThreadpoolMgr::WorkerThreadStart+0x3a 05 1766ffb8 77e64829 mscorsvr!ThreadpoolMgr::intermediateThreadProc+0x44 06 1766ffec 00000000 kernel32!BaseThreadStart+0x34 Thread ID: 36 System Thread ID: f0c Kernel Time: 0:0:0.531 User Time: 0:0:2.515 Thread Status: Thread is in a WAIT state. Thread Type: Other # ChildEBP RetAddr 00 176af2f8 7c827d0b ntdll!KiFastSystemCallRet 01 176af2fc 77e61d1e ntdll!NtWaitForSingleObject+0xc 02 176af36c 77e61c8d kernel32!WaitForSingleObjectEx+0xac 03 176af380 791d6134 kernel32!WaitForSingleObject+0x12 04 176af3a4 791fe95c mscorsvr!ThreadpoolMgr::WorkerThreadStart+0x3a 05 176affb8 77e64829 mscorsvr!ThreadpoolMgr::intermediateThreadProc+0x44 06 176affec 00000000 kernel32!BaseThreadStart+0x34 Thread ID: 37 System Thread ID: b38 Kernel Time: 0:0:0.0 User Time: 0:0:0.0 Thread Type: HTTP Listener # ChildEBP RetAddr 00 0240ff24 7c8277db ntdll!KiFastSystemCallRet 01 0240ff28 77e5bea2 ntdll!ZwRemoveIoCompletion+0xc 02 0240ff54 5a30248e kernel32!GetQueuedCompletionStatus+0x29 03 0240ff8c 5a3026ac W3TP!THREAD_POOL_DATA::ThreadPoolThread+0x33 04 0240ffa0 5a301da9 W3TP!THREAD_POOL_DATA::ThreadPoolThread+0x24 05 0240ffb8 77e64829 W3TP!THREAD_MANAGER::ThreadManagerThread+0x39 06 0240ffec 00000000 kernel32!BaseThreadStart+0x34 Thread ID: 38 System Thread ID: 11dc Kernel Time: 0:0:0.0 User Time: 0:0:0.0 Thread Type: Possible ASP page. Possible DCOM activity Executing Page: ASP.dll symbols not found. Unable to locate ASP page. Continuing with other analysis. No remote call being made # ChildEBP RetAddr 00 169bfe18 7c82783b ntdll!KiFastSystemCallRet 01 169bfe1c 77c885ac ntdll!NtReplyWaitReceivePortEx+0xc 02 169bff84 77c88792 RPCRT4!LRPC_ADDRESS::ReceiveLotsaCalls+0x198 03 169bff8c 77c8872d RPCRT4!RecvLotsaCallsWrapper+0xd 04 169bffac 77c7b110 RPCRT4!BaseCachedThreadRoutine+0x9d 05 169bffb8 77e64829 RPCRT4!ThreadStartRoutine+0x1b 06 169bffec 00000000 kernel32!BaseThreadStart+0x34 Thread ID: 39 System Thread ID: 1048 Kernel Time: 0:0:0.78 User Time: 0:0:0.203 Thread Type: HTTP Listener # ChildEBP RetAddr 00 1779ff24 7c8277db ntdll!KiFastSystemCallRet 01 1779ff28 77e5bea2 ntdll!ZwRemoveIoCompletion+0xc 02 1779ff54 5a30248e kernel32!GetQueuedCompletionStatus+0x29 03 1779ff8c 5a3026ac W3TP!THREAD_POOL_DATA::ThreadPoolThread+0x33 04 1779ffa0 5a301da9 W3TP!THREAD_POOL_DATA::ThreadPoolThread+0x24 05 1779ffb8 77e64829 W3TP!THREAD_MANAGER::ThreadManagerThread+0x39 06 1779ffec 00000000 kernel32!BaseThreadStart+0x34 Thread ID: 40 System Thread ID: bcc Kernel Time: 0:0:0.125 User Time: 0:0:0.531 Thread Type: Other # ChildEBP RetAddr 00 01d3f1c0 7c8277db ntdll!KiFastSystemCallRet 01 01d3f1c4 77e5bea2 ntdll!ZwRemoveIoCompletion+0xc 02 01d3f1f0 791fe9b2 kernel32!GetQueuedCompletionStatus+0x29 03 01d3f224 791fe95c mscorsvr!ThreadpoolMgr::CompletionPortThreadStart+0x49 04 01d3ffb8 77e64829 mscorsvr!ThreadpoolMgr::intermediateThreadProc+0x44 05 01d3ffec 00000000 kernel32!BaseThreadStart+0x34 Thread ID: 41 System Thread ID: 144c Kernel Time: 0:0:0.0 User Time: 0:0:0.0 Thread Type: HTTP Listener # ChildEBP RetAddr 00 16cbff24 7c8277db ntdll!KiFastSystemCallRet 01 16cbff28 77e5bea2 ntdll!ZwRemoveIoCompletion+0xc 02 16cbff54 5a30248e kernel32!GetQueuedCompletionStatus+0x29 03 16cbff8c 5a3026ac W3TP!THREAD_POOL_DATA::ThreadPoolThread+0x33 04 16cbffa0 5a301da9 W3TP!THREAD_POOL_DATA::ThreadPoolThread+0x24 05 16cbffb8 77e64829 W3TP!THREAD_MANAGER::ThreadManagerThread+0x39 06 16cbffec 00000000 kernel32!BaseThreadStart+0x34 Thread ID: 42 System Thread ID: 1248 Kernel Time: 0:0:0.0 User Time: 0:0:0.0 Thread Type: Possible ASP page. Possible DCOM activity Executing Page: ASP.dll symbols not found. Unable to locate ASP page. Continuing with other analysis. No remote call being made # ChildEBP RetAddr 00 01cbfe18 7c82783b ntdll!KiFastSystemCallRet 01 01cbfe1c 77c885ac ntdll!NtReplyWaitReceivePortEx+0xc 02 01cbff84 77c88792 RPCRT4!LRPC_ADDRESS::ReceiveLotsaCalls+0x198 03 01cbff8c 77c8872d RPCRT4!RecvLotsaCallsWrapper+0xd 04 01cbffac 77c7b110 RPCRT4!BaseCachedThreadRoutine+0x9d 05 01cbffb8 77e64829 RPCRT4!ThreadStartRoutine+0x1b 06 01cbffec 00000000 kernel32!BaseThreadStart+0x34 Thread ID: 43 System Thread ID: ea0 Kernel Time: 0:0:0.109 User Time: 0:0:0.281 Thread Type: Other # ChildEBP RetAddr 00 172befc0 7c8277db ntdll!KiFastSystemCallRet 01 172befc4 77e5bea2 ntdll!ZwRemoveIoCompletion+0xc 02 172beff0 791fe9b2 kernel32!GetQueuedCompletionStatus+0x29 03 172bf024 791fe95c mscorsvr!ThreadpoolMgr::CompletionPortThreadStart+0x49 04 172bffb8 77e64829 mscorsvr!ThreadpoolMgr::intermediateThreadProc+0x44 05 172bffec 00000000 kernel32!BaseThreadStart+0x34 Thread ID: 44 System Thread ID: 998 Kernel Time: 0:0:0.0 User Time: 0:0:0.0 Thread Type: Other # ChildEBP RetAddr 00 01b1fcc0 7c8277db ntdll!KiFastSystemCallRet 01 01b1fcc4 77e5bea2 ntdll!ZwRemoveIoCompletion+0xc 02 01b1fcf0 791fe9b2 kernel32!GetQueuedCompletionStatus+0x29 03 01b1fd24 791fe95c mscorsvr!ThreadpoolMgr::CompletionPortThreadStart+0x49 04 01b1ffb8 77e64829 mscorsvr!ThreadpoolMgr::intermediateThreadProc+0x44 05 01b1ffec 00000000 kernel32!BaseThreadStart+0x34 Thread ID: 45 System Thread ID: a10 Kernel Time: 0:0:0.0 User Time: 0:0:0.0 Thread Type: Other # ChildEBP RetAddr 00 16f4ff70 7c8277db ntdll!KiFastSystemCallRet 01 16f4ff74 7c839f38 ntdll!ZwRemoveIoCompletion+0xc 02 16f4ffb8 77e64829 ntdll!RtlpWorkerThread+0x3d 03 16f4ffec 00000000 kernel32!BaseThreadStart+0x34 Thread ID: 46 System Thread ID: 1244 Kernel Time: 0:0:0.0 User Time: 0:0:0.0 Thread Type: Other # ChildEBP RetAddr 00 00d7ff70 7c8277db ntdll!KiFastSystemCallRet 01 00d7ff74 7c839f38 ntdll!ZwRemoveIoCompletion+0xc 02 00d7ffb8 77e64829 ntdll!RtlpWorkerThread+0x3d 03 00d7ffec 00000000 kernel32!BaseThreadStart+0x34 Closing open log file C:\iisstate\output\IISState-5164.log Tag: accessing FTP server via Windows Browser Tag: 399774
      • 10
        • What's the maximum web sites IIS 6.0 support on a single machine? Hi, I'm planning NLB for our business environment. My CTO asks how many web sites can a single machine support with IIS 6.0 if the server is power enough? Thank you, Tag: accessing FTP server via Windows Browser Tag: 399771
      • 11
        • SMTP server sizing Hello Everyone, Is there some general guidlines for sizing an SMTP server, and when it might be recommened to use another SMTP product other than IIS's SMTP service? I have a server that gets hit with a bout 6000 emails at a time, and it appears to have trouble relaying. Overall perfomance to the server is very good, with no issues. Thank you in advance Tag: accessing FTP server via Windows Browser Tag: 399764
      • 12
        • Invalid progid - iis 5.1 I am trying to setup my website on my XP Pro machine. RUnning IIS 5.1, classic ASP website My website contains custom dll's for connection to the db and session state. These components are registered via component services. I have checked in the registry to confirm they are there. I continue to get the following error: =B7 Error Type: Active Server Pages, ASP 0134 (0x80004005) The object has an invalid ProgID of 'brantleyWebState.CSession'. /ASPTemplate/common.asp, line 1 Line one is below: <OBJECT RUNAT=3Dserver PROGID=3DbrantleyWebState.CSession id=3DobjSession></ OBJECT> can anyone help? Tag: accessing FTP server via Windows Browser Tag: 399758
      • 13
        • Setup SQL connection on IIS7 Hi All, I am new to IIS and am trying to write a simple ASP.NET application. My ADO.net code works fine in the development environment (outside IIS); but I can't get it two work within IIS7. This is all on my local machine not a production web server. I tried removing the default connection, which is the localSQL connection and create a new one attaching to my SQL Server on the network, but it fails when launching the web page indicating that it can no longer find the localSQl connection. It's odd to me because I never, in any place, wrote code using any local connection. Anyway, if someone would be so kind and steer me in the correct direction for setting up a proper connection to my sql server on IIS7 I would appreciate it. Thanks. Tag: accessing FTP server via Windows Browser Tag: 399755
      • 14
        • External Disk for asp pages Hy ! In a Server 2000 and IIS vers 3. I need to move all database and asp pages in a Network Disk. So that directory '\site\ with all data inside, db and asp pages, will physically stay in a network disk '\192.168.1.100\site that I have map as disk 'X:\ I have tried to create a Virtual Directory in my IIS serv. and point it on disk 'X:\ as first and directly on IpAdress in second test but none is working. First question, is it possible to configure such situation ? eventually ..how ?? thanks in adv Mirco Tag: accessing FTP server via Windows Browser Tag: 399751
      • 15
        • Impact of SSL Hello all, I administer servers that run a busy web application. The IIS servers are load balanced, currently Windows 2000 Advanced Server but upgrading to 2003 very soon. At the moment, only the login process is always secured. A fully SSL secured session is an optional extra that the user can choose at logon. We're looking to move to forcing SSL across the whole application and removing the possibility of a plain HTTP session. We need to be sure that we still have the capacity to cope after the switchover. Does anyone know what kind of performance/capacity impact this might have on our webservers? I guess it's probably hard to gague without some kind of stress testing tool - can anyone recommend anything? Thanks in advance, -- Chris M. Remove pants to email me. Tag: accessing FTP server via Windows Browser Tag: 399749
      • 16
        • what does internap do ? I am hearing about internap.. Why do companies need them ? ;) Tag: accessing FTP server via Windows Browser Tag: 399747
      • 17
        • worker process time limit Hi, Just about every 29:07 hrs I get: ----------<quote>--------------------------------- Event Type: Information Event Source: W3SVC Event Category: None Event ID: 1074 Date: 13-11-2007 Time: 8:18:57 User: N/A Computer: WEBBIE11 Description: A worker process with process id of '960' serving application pool 'DefaultAppPool' has requested a recycle because the worker process reached its allowed processing time limit. For more information, see Help and Support Center at http://go.microsoft.com/fwlink/events.asp. ----------<quote>--------------------------------- So I need to find out which process this is. How do I do that? Where can I find out which process has which Process ID? Is there a HOWTO for this? Bonno Bloksma Tag: accessing FTP server via Windows Browser Tag: 399745
      • 18
        • Javascript vs C# for Web Apps We have IIS 6.0 and I know our web devs talk about writing in C# and Javascript. So my question is why do they write in both languages ? Do they complement one another and if so on what areas ? I am new to Web apps but want to learn how to administer web servers Thanks Tag: accessing FTP server via Windows Browser Tag: 399744
      • 19
        • Install issues I am trying to install IIS on a 64bit Win2K3 Enterprise edition. During the install I receive the following message Configurations for an Application Server IIS could not be installed on this server. To install IIS, try running the Configure Your Server Wizard again, or use Add or Remove Programs. We have gone through both methods of trying to install IIS. Add windows components and the configure server wizzard. Any one have any ideas? Tag: accessing FTP server via Windows Browser Tag: 399735
      • 20
        • can't access website unless exception added under proxy settings we have to websites both https:// our customer can access one without issue, the other one they have to add the website name in their proxy exception list in their IE settings. Is there any settings in IIS on the actual website I could update or look at? all firewall rules appear to be fine. Using IIS 6.0 running on a windows 2003 sp2 server. Thanks Tag: accessing FTP server via Windows Browser Tag: 399734
      • 21
        • IIS 6.0 cals Hello, I am a little confused with Cals, of course you need to purchase the server 2003 standard comes with IIS, however does it come witih 6.0? does it require a user cal? more importantly, if I am going to make a intranet and also an internet site, do I only need to purchase the cals that users are going to be accessing the server internally on the network (i would assume yes but making sure)? lets say I have 60 users, do i need to purchase 60 cals for IIS 6.0 and 60 cals for server 03? Thank you -- You say that voices in my head is a bad thing? Tag: accessing FTP server via Windows Browser Tag: 399732
      • 22
        • HTTPS selection dims out... Hi there, When I go to add a new site in IIS7, it is dimmed out where I select the site and the HTTP or HTTPS down button...I select HTTPS and after that I can't continue due to the OK button being dimmed out... Any ideas? Thanks, Gordon Tag: accessing FTP server via Windows Browser Tag: 399728
      • 23
        • IIS Install We just deployed a 2003 enterprise 64 bit server. We are trying to install IIS on it now and we are receiving a message saying it can not find appsrv64.msc and asking for the cd. We have copied the i386 folder to the C:\drive already and have been pointing there but it still says it can not find it. I have done a physical search on my Enterprise cd and I can not find the file either. I am not in the same location as the server but is this one of those weird things were we actually have to have the cd in the drive Tag: accessing FTP server via Windows Browser Tag: 399722
      • 24
        • Question with HTTP Headers This is a multi-part message in MIME format. ------=_NextPart_000_0014_01C825E4.EF05B900 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable I run an ecommerce site on my Win2003 server with IIS6, the server see = request's with http and without http as seperate sessions, which means = if a customer adds some item to the cart while they were shopping with = www.domain.com and return to the site using domain.com the server see = that session as a different session which results in that cart being = empty, how do I make IIS forward a user to www.domain.com if they = request domain.com. Thanks in advance, Ayokunle. ------=_NextPart_000_0014_01C825E4.EF05B900 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <HTML><HEAD> <META http-equiv=3DContent-Type content=3D"text/html; = charset=3Diso-8859-1"> <META content=3D"MSHTML 6.00.2900.2995" name=3DGENERATOR> <STYLE></STYLE> </HEAD> <BODY bgColor=3D#ffffff> <DIV><FONT face=3D"Century Gothic" size=3D2>I run an ecommerce site on = my Win2003=20 server with IIS6, the server see request's with http and without http as = seperate sessions, which means if a customer adds some item to the cart = while=20 they were shopping with <A = href=3D"http://www.domain.com">www.domain.com</A> and=20 return to the site using domain.com the server see that session as a = different=20 session which results in that cart being empty, how do I make IIS = forward a user=20 to <A href=3D"http://www.domain.com">www.domain.com</A> if they request=20 domain.com.</FONT></DIV> <DIV><FONT face=3D"Century Gothic" size=3D2></FONT>&nbsp;</DIV> <DIV><FONT face=3D"Century Gothic" size=3D2>Thanks in = advance,</FONT></DIV><FONT=20 face=3D"Century Gothic" size=3D2> <DIV><BR>Ayokunle.</DIV> <DIV>&nbsp;</DIV> <DIV></FONT>&nbsp;</DIV></BODY></HTML> ------=_NextPart_000_0014_01C825E4.EF05B900-- Tag: accessing FTP server via Windows Browser Tag: 399713
      • 25
        • IIS Service Unavailable Hello all. IIS is on a domain / exchange 2003 box and all has been well until yesterday. Web and pop3 stopped working well got the pop3 backup and working and the apps work but if you browse a web you recieve an service unavailable. Have been searching for hours found great tools to trouble shoot iis but no luck. I check security and that seems to be fine. Here is an event error Source W3SVC Event ID 1039 A process serving application pool 'DefaultAppPool' reported a failure. The process id was '21456'. The data field contains the error number. AND EVENT 1002 Application pool 'DefaultAppPool' is being automatically disabled due to a series of failures in the process(es) serving that application pool OWA works and smtp seems to be fine so any help would be greatly a appreciated Tag: accessing FTP server via Windows Browser Tag: 399712
    • Next
      • 1
        • Ampersand in URL I have a strange problem with IIS 6 (Server 2003) and IIS 7 (Vista). I have a site with a web.config as follows: <?xml version="1.0" encoding="utf-8"?> <configuration> <system.web> <httpHandlers> <add verb="*" path="*.*" type="TrafficLogger.GetFile,TrafficLogger" /> </httpHandlers> </system.web> <system.webServer> <handlers> <clear /> <add name="HTTPServer" path="*.*" verb="*" modules="IsapiModule" scriptProcessor="C:\Windows\Microsoft.NET \Framework\v2.0.50727\aspnet_isapi.dll" resourceType="Unspecified" /> </handlers> </system.webServer> </configuration> There is a TrafficLogger.dll in the bin folder. This program logs the request and returns a stream. When I request a missing file, it returns a 404 error. For example, when I request http://localhost/Test/toto.zip I get a 404 error. But when I request http://localhost/Test/toto&.zip I get a 400 error, and the DLL is not called, and the URL is not logged in Windows\System32\LogFiles\HTTPERR\ Doing more tests, I discovered that the following characters were refused by IIS: " % & * : < > ? | plus ASCII codes 0 to 31 and 127, 129, 141, 143, 144 and 157 I have no doubt this is a security feature of IIS, so my question is: how could I catch requests with these characters ? (And no, don't suggest %26 for &, it doesn't work either !). Am I missing a hidden setting in the web.config ? JC Tag: accessing FTP server via Windows Browser Tag: 399711
      • 2
        • Monitoring APP Pools Does anyone know of a utility/app that I can use to monitor app pools while offline? I want to be able to setup a monitor so that it can tell me of app pool recycles and what app that pool is. Since they all start a new SID after recycle, I need to know what app is recycling. I want this to be setup as a routine, so it can generate email alerts and let me know when these recycles are happening. Any suggestions? Tag: accessing FTP server via Windows Browser Tag: 399710
      • 3
        • Problem opening .xls files in IIS 6.0 We recently switched from an IIS 5.0 box to IIS 6.0. The IIS 5 system hosted xls spreadsheets downloaded by authenticated clients. Now that we have moved to IIS 6.0, when the client clicks on the link in IE the xml code for the spreadsheet is displayed. I got around this by adding xls as a mime type (application/ms-excel) so they can at least choose to save the file by choosing that option when they click the link. If they choose â??Openâ?? though (which many of them are used to doing) they are continuously prompted to authenticate again. If they enter the correct credentials, they login screen comes up again and again. If they hit cancel, the spreadsheet will open. Anyone have any ideas? Tag: accessing FTP server via Windows Browser Tag: 399708
      • 4
        • metabase.bin partially not there in iis 6.0 hi, on some w2k3 machines i see the "old" iis 5.x metabase.bin in the \inetsrv folder, in some not. what is the reason behind? is it due to any servicepack of w2k3 does not include it anymore or so? thanks in advance, fritz -- Fritz Theiss Tag: accessing FTP server via Windows Browser Tag: 399707
      • 5
        • perfmon Hi trying to measure how many users theres online in my CMS - so trying to use sessions in Perfmon - but don't have any under Internet information Services can someone assist ? Tag: accessing FTP server via Windows Browser Tag: 399704
      • 6
        • How do I set up aspx on a virtual website? What do I need to configure in IIS to make aspx files run? Tag: accessing FTP server via Windows Browser Tag: 399700
      • 7
        • GUI For ISAPI Module - Good Idea? Bad Idea? How? Hi All, It my intention to make an ISAPI module that requires significant configuration. The nature of the defining the configuration strongly suggest that a GUI is necessary, yet I would very much rather avoid making a separate tool just to allow the user to define configuration files to be loaded by the module when it starts. What framework does IIS provide, if any, for allowing modules to have their own GUI? TIA, -Le Chaud Lapin- Tag: accessing FTP server via Windows Browser Tag: 399699
      • 8
        • IIS W3C Extended Log File Format subclassing... I am trying to subclass the above file format so that I can add custom code to filter out certain HTTP requests. My code works on my workstation XP SP2, however, when I move it to a 2003 server, it hangs on the call to IntializeLog. Below is my code: HRESULT CEclaimIISLog::InitializeLog(/*IN*/ LPCSTR SiteName, /*IN*/ LPCSTR MetabasePath, /*IN*/ PCHAR pvIMDCOM) { HRESULT phrtResult = S_OK; if ( milpIISLog == NULL ) { CoCreateInstance( CLSID_EXTLOG, NULL, CLSCTX_INPROC_SERVER, IID_ILogPlugin, (LPVOID*)&milpIISLog ); if ( milpIISLog != NULL ) milpIISLog->AddRef(); } if ( milpIISLog != NULL ) phrtResult = milpIISLog->InitializeLog( SiteName, MetabasePath, pvIMDCOM ); return phrtResult; } The end result is to not change the format of the log file but just to exclude certains requests. If this is not the correct approach can someone recommend another? Thanks in advance. -- Robert Tag: accessing FTP server via Windows Browser Tag: 399678
      • 9
        • working with wsus 3.0 I just installed wsus 3.0, and when I try to access http://localhost:8530, where I installed it, it errors http 403 "this website requires you to log in." I checked all the permissions. Is there something I'm missing? Thanks, Mike Tag: accessing FTP server via Windows Browser Tag: 399677
      • 10
        • IIS 5.1 error 127- The specified procedure is not found Hello everyone I am heving problem with IIS 5.1. I have Windows Xp professional 2002, and IIS 5.1 installed. After searching on internbet and trying different solutions I am posting it here when I try to run WWW publishing service it is giving an error :127: the specified procedure is not found" the IIS admin and RPC service is running And I open the InetMgr, and right click the Website to see proprty it is giving ans error " the metadata was not found" and it crashes the IIS I have uninstall and reinstalled iis 3-4 times, but does not help me. Please help me to figure out this problem Tag: accessing FTP server via Windows Browser Tag: 399676
      • 11
        • IIS response slow when directories are used inside web pages Hello, I am using directories inside the web area which I am serving out with IIS 6.0. If I do not use directories and if I put all *.asp files under the root page no problem. But if I use directories and place some of the *.asp files and include these files with #include, IIS response get very slow and consumes lots of CPU before giving the page. What could it be? I have enabled parent paths. Thank you in advance Erhan Tag: accessing FTP server via Windows Browser Tag: 399675
      • 12
        • inetinfo.exe accessing ndwjn.dll Hi! We are running HIPS on our internal web servers, and I dont seem to be able to find out any information regarding the below: HIPS (Cisco CSA) Alert: "TESTMODE: The process 'C:\WINNT\system32\inetsrv\inetinfo.exe' (as user NT AUTHORITY\SYSTEM) attempted to access a resource which would have resulted in the user being asked the following question. 'The process C:\WINNT\system32\inetsrv\inetinfo.exe is attempting to modify the system file C:\WINNT\system32\ndwjn.dll. Do you wish to allow this?'" I cant find any information about ndwjn.dll. I am guessing that it may have something to do with Dr Watson, as I believe inetinfo is used for debugging but cant get confirmation of this anywhere? Extra info if this helps: Server: WindowsNT 5.0.2195 Service Pack 4 [tS] (English) Any help would be greatly appreciated! cheers, Tag: accessing FTP server via Windows Browser Tag: 399671
      • 13
        • New to IIS and need your help If my boss comes to me and asks me how many concurrent sessions we are seeing on our Web Servers, how do I do so ? Also what are some useful perfmon counters to check health of our IIS Web Servers ? If there is a link, could you send it to me ? Also, what info is in the IIS Logs ? Where is it located? How can I parse it and save it in a db ? Any other question I need to be asking ;) ? Tag: accessing FTP server via Windows Browser Tag: 399665
      • 14
        • Problem serving ASP.NET pages hi I am using IIS 6 on Win2k3 sp2. My machine is a clean install and i installed Sharepoint 2007 on it. But it was not serving content So i uninstalled it. I tried to check if IIS is working right BUT even a simple ASPX page was not being served. After checking various security settings and granting IIS_WPG launch access in DCOM I was still not able to get it work. IIS ERR log shows Connection_Dropped errors. Since then i have reinstalled IIS no less than 3 times but didnot help. I even re-installed .NET frameowrk just to make sure BUT still it is the same error Connection_Dropped. Sometimes the App Pool just shuts off as well. Normal html pages are served right. Plz help. regards irfan Tag: accessing FTP server via Windows Browser Tag: 399649
      • 15
        • Unable to access localhost through ISS after moving web directory After reinstalling Vista, I tried to set up IIS, and ran into a problem I know I've run into before, but can't seem to get it working this time. I am using a folder inside Documents as my web folder for localhost (this makes backing up easier). I was able to add the IIS_USERS group to that folder, but still wasn't able to browse from ISS. Instead of getting the ubiquitous error 500, I now get an error 401.3, that the web server does not have permissions to open the file. (There is no file in that directory, they are in the subdirectories of it, but directory browsing is turned on). There is also something about checking ACLs, but I have no idea how to do that. Any ideas that will let me use the directory I have chosen as my localhost, and be able to browse that for development purposes, will be appreciated. -- Larry S Tag: accessing FTP server via Windows Browser Tag: 399645
      • 16
        • How to alias a site off of a portal top level site? Hi. I have a SharePoint 2007 intranet portal top level site which is accessible at http://servername.domain.org. There is a site below the root like http://servername.domain.org/app. How can I set up an alias to access that site directly? For example, I want to use "myapp" or "myapp.domain.org" to alias http://servername.domain.org/app. Can it be done with host headers, alternate access mapping (a SharePoint 2007 feature), DNS alias, or combination of all? Thanks! (Cross-posted in the SharePoint newsgroup also.) Tag: accessing FTP server via Windows Browser Tag: 399641
      • 17
        • IIS 5.o Admin Rights Is there a way to grant a user admin permission to IIS without granting the user admin rights on the machine? Tag: accessing FTP server via Windows Browser Tag: 399636
      • 18
        • Help with DiagDebug report I have been having intermittent hangs on iis6 in my envirorment. The server runs a combination of asp.net applications and ISAPI extensions. The asp.net applications are DotNetnuke, and there are about 20 sites running on this server. We are running a modified version of DNN 3.2.2, and the most used component is a custom iFrame module that makes web calls to both local and remote servers. I mention this as I'm wondering if this is a result of hanging because it is running out of connections. Here is the summary from the report: Detected a serious critical section related problem in IIS_COM+__Date__11_06_2007__Time_06_19_51PM__w3wp.exe__DefaultAppPool-DNN__PID__8640__509__Manual Dump.dmp Lock at mscorsvr!CorMap::m_pCorMapCrst owned by thread 31 is Deadlocked with lock at ntdll!LdrpLoaderLock owned by thread 30 Impact analysis 0.47% of threads blocked (Threads 19 30 32) The following functions are involved in the root cause mscorsvr!EE_EnterCriticalSection+c The following modules are involved in the root cause C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\mscorsvr.dll from Microsoft Corporation Here are the threads mentioned, if more are needed, i'll gladly post. Thread 19 - System ID 8232 Entry point mscorsvr!ThreadpoolMgr::intermediateThreadProc Create time 11/6/2007 5:44:19 PM Time spent in user mode 0 Days 00:00:01.453 Time spent in kernel mode 0 Days 00:00:03.453 This thread is waiting on critical section mscorsvr!CorMap::m_pCorMapCrst owned by thread 31. Thread 31 in turn is deadlocked with another thread. Function Source ntdll!KiFastSystemCallRet ntdll!NtWaitForSingleObject+c ntdll!RtlpWaitOnCriticalSection+1a3 ntdll!RtlEnterCriticalSection+a8 mscorsvr!EE_EnterCriticalSection+c mscorsvr!CorMap::Enter+13 mscorsvr!CorMap::OpenFile+73 mscorsvr!RuntimeOpenImageInternal+1c mscorsvr!GetAssemblyMDInternalImport+5f mscoree!GetAssemblyMDImport+45 fusion!CreateMetaDataImport+1d fusion!CAssemblyManifestImport::CopyMetaData+1e fusion!CAssemblyManifestImport::Init+8d fusion!CreateAssemblyManifestImport+36 fusion!ValidateAssembly+61 fusion!CAssemblyCacheItem::MoveAssemblyToFinalLocation+272 fusion!CAssemblyCacheItem::Commit+24f fusion!CAsmDownloadMgr::CreateAssembly+4db fusion!CAsmDownloadMgr::DoSetupPushToCache+50 fusion!CAsmDownloadMgr::DoSetup+225 fusion!CAssemblyDownload::DoSetup+7a fusion!CAssemblyDownload::DownloadComplete+b6 fusion!CAssemblyDownload::KickOffDownload+1a1 fusion!CAssemblyName::BindToObject+404 mscorsvr!FusionBind::RemoteLoad+a6 mscorsvr!FusionBind::GetAssemblyFromFusion+5e mscorsvr!AssemblySpec::GetAssemblyFromFusion+154 mscorsvr!AssemblySpec::LowLevelLoadManifestFile+17d mscorsvr!AppDomain::BindAssemblySpec+50 mscorsvr!AssemblySpec::LoadAssembly+98 mscorsvr!AssemblyNative::Load+407 0x030fbaac 0x03aad23e 0x02fdf804 Back to Top Thread 20 - System ID 844 Entry point mscorsvr!DebuggerRCThread::ThreadProcStatic Create time 11/6/2007 5:44:19 PM Time spent in user mode 0 Days 00:00:00.00 Time spent in kernel mode 0 Days 00:00:00.00 Function Source ntdll!KiFastSystemCallRet ntdll!NtWaitForMultipleObjects+c kernel32!WaitForMultipleObjectsEx+11a kernel32!WaitForMultipleObjects+18 mscorsvr!DebuggerRCThread::MainLoop+90 mscorsvr!DebuggerRCThread::ThreadProc+68 mscorsvr!DebuggerRCThread::ThreadProcStatic+b kernel32!BaseThreadStart+34 Back to Top Thread 21 - System ID 3548 Entry point mscorsvr!gc_heap::gc_thread_stub Create time 11/6/2007 5:44:19 PM Time spent in user mode 0 Days 00:00:00.00 Time spent in kernel mode 0 Days 00:00:00.00 Function Source ntdll!KiFastSystemCallRet ntdll!NtWaitForSingleObject+c kernel32!WaitForSingleObjectEx+ac kernel32!WaitForSingleObject+12 mscorsvr!gc_heap::gc_thread_function+2f mscorsvr!gc_heap::gc_thread_stub+1e kernel32!BaseThreadStart+34 Back to Top Thread 22 - System ID 2652 Entry point mscorsvr!gc_heap::gc_thread_stub Create time 11/6/2007 5:44:19 PM Time spent in user mode 0 Days 00:00:00.00 Time spent in kernel mode 0 Days 00:00:00.00 Function Source ntdll!KiFastSystemCallRet ntdll!NtWaitForSingleObject+c kernel32!WaitForSingleObjectEx+ac kernel32!WaitForSingleObject+12 mscorsvr!gc_heap::gc_thread_function+2f mscorsvr!gc_heap::gc_thread_stub+1e kernel32!BaseThreadStart+34 Back to Top Thread 23 - System ID 9432 Entry point mscorsvr!gc_heap::gc_thread_stub Create time 11/6/2007 5:44:19 PM Time spent in user mode 0 Days 00:00:00.00 Time spent in kernel mode 0 Days 00:00:00.00 Function Source ntdll!KiFastSystemCallRet ntdll!NtWaitForSingleObject+c kernel32!WaitForSingleObjectEx+ac kernel32!WaitForSingleObject+12 mscorsvr!gc_heap::gc_thread_function+2f mscorsvr!gc_heap::gc_thread_stub+1e kernel32!BaseThreadStart+34 Back to Top Thread 24 - System ID 9744 Entry point mscorsvr!gc_heap::gc_thread_stub Create time 11/6/2007 5:44:19 PM Time spent in user mode 0 Days 00:00:00.00 Time spent in kernel mode 0 Days 00:00:00.00 Function Source ntdll!KiFastSystemCallRet ntdll!NtWaitForSingleObject+c kernel32!WaitForSingleObjectEx+ac kernel32!WaitForSingleObject+12 mscorsvr!gc_heap::gc_thread_function+2f mscorsvr!gc_heap::gc_thread_stub+1e kernel32!BaseThreadStart+34 Back to Top Thread 25 - System ID 4300 Entry point mscorsvr!Thread::intermediateThreadProc Create time 11/6/2007 5:44:19 PM Time spent in user mode 0 Days 00:00:00.00 Time spent in kernel mode 0 Days 00:00:00.00 Function Source ntdll!KiFastSystemCallRet ntdll!NtWaitForMultipleObjects+c kernel32!WaitForMultipleObjectsEx+11a kernel32!WaitForMultipleObjects+18 mscorsvr!WaitForFinalizerEvent+5a mscorsvr!GCHeap::FinalizerThreadStart+96 mscorsvr!Thread::intermediateThreadProc+44 kernel32!BaseThreadStart+34 Back to Top Thread 26 - System ID 1468 Entry point mscorsvr!ThreadpoolMgr::intermediateThreadProc Create time 11/6/2007 5:44:19 PM Time spent in user mode 0 Days 00:00:00.00 Time spent in kernel mode 0 Days 00:00:00.00 This thread is waiting on critical section ntdll!LdrpLoaderLock owned by thread 30. Thread 30 in turn is deadlocked with another thread. Function Source ntdll!KiFastSystemCallRet ntdll!NtWaitForSingleObject+c ntdll!RtlpWaitOnCriticalSection+1a3 ntdll!RtlEnterCriticalSection+a8 ntdll!LdrpGetProcedureAddress+128 ntdll!LdrGetProcedureAddress+18 kernel32!GetProcAddress+44 mscorsvr!__delayLoadHelper2+1ed mscorsvr!_tailMerge_ole32+d mscorsvr!ThreadpoolMgr::intermediateThreadProc+44 kernel32!BaseThreadStart+34 Back to Top Thread 27 - System ID 6796 Entry point mscorsvr!ThreadpoolMgr::intermediateThreadProc Create time 11/6/2007 5:44:19 PM Time spent in user mode 0 Days 00:00:00.00 Time spent in kernel mode 0 Days 00:00:00.00 This thread is waiting on critical section ntdll!LdrpLoaderLock owned by thread 30. Thread 30 in turn is deadlocked with another thread. Function Source ntdll!KiFastSystemCallRet ntdll!NtWaitForSingleObject+c ntdll!RtlpWaitOnCriticalSection+1a3 ntdll!RtlEnterCriticalSection+a8 ntdll!LdrpGetProcedureAddress+128 ntdll!LdrGetProcedureAddress+18 kernel32!GetProcAddress+44 mscorsvr!__delayLoadHelper2+1ed mscorsvr!_tailMerge_ole32+d mscorsvr!ThreadpoolMgr::intermediateThreadProc+44 kernel32!BaseThreadStart+34 Back to Top Thread 28 - System ID 6720 Entry point mscorsvr!ThreadpoolMgr::TimerThreadStart Create time 11/6/2007 5:44:19 PM Time spent in user mode 0 Days 00:00:00.00 Time spent in kernel mode 0 Days 00:00:00.00 Function Source ntdll!KiFastSystemCallRet ntdll!NtDelayExecution+c kernel32!SleepEx+68 mscorsvr!ThreadpoolMgr::TimerThreadStart+23 kernel32!BaseThreadStart+34 Back to Top Thread 29 - System ID 7300 Entry point ntdll!RtlpWorkerThread Create time 11/6/2007 5:44:19 PM Time spent in user mode 0 Days 00:00:00.00 Time spent in kernel mode 0 Days 00:00:00.00 Function Source ntdll!KiFastSystemCallRet ntdll!ZwRemoveIoCompletion+c ntdll!RtlpWorkerThread+3d kernel32!BaseThreadStart+34 Back to Top Thread 30 - System ID 4976 Entry point mscorsvr!ThreadpoolMgr::intermediateThreadProc Create time 11/6/2007 5:44:20 PM Time spent in user mode 0 Days 00:00:00.343 Time spent in kernel mode 0 Days 00:00:02.250 This thread is waiting on critical section mscorsvr!CorMap::m_pCorMapCrst owned by thread 31. Thread 31 in turn is deadlocked with another thread. Function Source ntdll!KiFastSystemCallRet ntdll!NtWaitForSingleObject+c ntdll!RtlpWaitOnCriticalSection+1a3 ntdll!RtlEnterCriticalSection+a8 mscorsvr!EE_EnterCriticalSection+c mscorsvr!CorMap::Enter+13 mscorsvr!CorMap::OpenFile+73 mscorsvr!PEFile::Create+43 mscorsvr!AssemblySpec::LowLevelLoadManifestFile+ad mscorsvr!AppDomain::BindAssemblySpec+50 mscorsvr!AssemblySpec::LoadAssembly+98 mscorsvr!Assembly::LoadExternalAssembly+1a8 mscorsvr!Assembly::FindExternalAssembly+3c mscorsvr!Assembly::FindAssemblyByTypeRef+be mscorsvr!ClassLoader::LoadTypeHandle+8c mscorsvr!ClassLoader::LoadParent+54 mscorsvr!ClassLoader::LoadTypeHandleFromToken+a5 mscorsvr!ClassLoader::LoadTypeHandle+2ee mscorsvr!ClassLoader::LoadTypeHandle+23a mscorsvr!EEClass::InitializeFieldDescs+2fe mscorsvr!EEClass::BuildMethodTable+46c mscorsvr!ClassLoader::LoadTypeHandleFromToken+636 mscorsvr!Module::BuildClassForModule+ae mscorsvr!Module::SetContainer+71 mscorsvr!Assembly::AddModule+19f mscorsvr!BaseDomain::SetAssemblyManifestModule+21 mscorsvr!BaseDomain::LoadAssembly+f8b mscorsvr!ExecuteDLL+281 mscoree!CorDllMainWorker+6c mscoree!_CorDllMain+106 ntdll!LdrpCallInitRoutine+14 ntdll!LdrpRunInitializeRoutines+367 ntdll!LdrpLoadDll+3cd ntdll!LdrLoadDll+198 kernel32!LoadLibraryExW+1b2 mscorsvr!WszLoadLibraryEx+5f mscorsvr!CorMap::BaseAddress+8b mscorsvr!PEFile::Setup+45 mscorsvr!PEFile::VerifyModule+195 mscorsvr!PEFile::Create+11a mscorsvr!SystemDomain::LoadFile+184 mscorsvr!AssemblySpec::GetAssemblyFromFusion+630 mscorsvr!AssemblySpec::LowLevelLoadManifestFile+17d mscorsvr!AppDomain::BindAssemblySpec+50 mscorsvr!AssemblySpec::LoadAssembly+98 mscorsvr!AssemblyNative::Load+407 0x030fbaac kernel32!WaitForSingleObjectEx+dc Back to Top Thread 31 - System ID 4060 Entry point mscorsvr!ThreadpoolMgr::intermediateThreadProc Create time 11/6/2007 5:44:24 PM Time spent in user mode 0 Days 00:00:00.343 Time spent in kernel mode 0 Days 00:00:02.218 This thread is waiting on critical section ntdll!LdrpLoaderLock owned by thread 30. Thread 30 in turn is deadlocked with another thread. Function Source ntdll!KiFastSystemCallRet ntdll!NtWaitForSingleObject+c ntdll!RtlpWaitOnCriticalSection+1a3 ntdll!RtlEnterCriticalSection+a8 ntdll!LdrUnloadDll+35 kernel32!FreeLibrary+41 mscorsvr!CorMap::ReleaseHandleResources+70 mscorsvr!CorMapInfo::Release+63 mscorsvr!CorMap::ReleaseHandle+e mscorsvr!PEFile::~PEFile+37 mscorsvr!PEFile::`scalar deleting destructor'+b mscorsvr!BaseDomain::LoadAssembly+28b mscorsvr!AssemblySpec::LoadAssembly+4da mscorsvr!AssemblyNative::Load+407 0x030fbaac kernel32!WaitForSingleObjectEx+dc Back to Top Thread 32 - System ID 9172 Entry point mscorsvr!ThreadpoolMgr::intermediateThreadProc Create time 11/6/2007 5:44:25 PM Time spent in user mode 0 Days 00:00:00.328 Time spent in kernel mode 0 Days 00:00:01.703 This thread is waiting on critical section mscorsvr!CorMap::m_pCorMapCrst owned by thread 31. Thread 31 in turn is deadlocked with another thread. Function Source ntdll!KiFastSystemCallRet ntdll!NtWaitForSingleObject+c ntdll!RtlpWaitOnCriticalSection+1a3 ntdll!RtlEnterCriticalSection+a8 mscorsvr!EE_EnterCriticalSection+c mscorsvr!CorMap::Enter+13 mscorsvr!CorMap::OpenFile+73 mscorsvr!RuntimeOpenImageInternal+1c mscorsvr!GetAssemblyMDInternalImport+5f mscoree!GetAssemblyMDImport+45 fusion!CreateMetaDataImport+1d fusion!CAssemblyManifestImport::CopyMetaData+1e fusion!CAssemblyManifestImport::Init+8d fusion!CreateAssemblyManifestImport+36 fusion!CAsmDownloadMgr::CreateAssembly+ab fusion!CAsmDownloadMgr::DoSetupPushToCache+50 fusion!CAsmDownloadMgr::DoSetup+225 fusion!CAssemblyDownload::DoSetup+7a fusion!CAssemblyDownload::DownloadComplete+b6 fusion!CAssemblyDownload::KickOffDownload+1a1 fusion!CAssemblyName::BindToObject+404 mscorsvr!FusionBind::RemoteLoad+a6 mscorsvr!FusionBind::GetAssemblyFromFusion+5e mscorsvr!AssemblySpec::GetAssemblyFromFusion+154 mscorsvr!AssemblySpec::LowLevelLoadManifestFile+17d mscorsvr!AppDomain::BindAssemblySpec+50 mscorsvr!AssemblySpec::LoadAssembly+98 mscorsvr!AssemblyNative::Load+407 0x030fbaac kernel32!WaitForSingleObjectEx+dc Back to Top Thread 33 - System ID 10036 Entry point mscorsvr!ThreadpoolMgr::intermediateThreadProc Create time 11/6/2007 5:44:27 PM Time spent in user mode 0 Days 00:00:00.00 Time spent in kernel mode 0 Days 00:00:00.00 This thread is waiting on critical section ntdll!LdrpLoaderLock owned by thread 30. Thread 30 in turn is deadlocked with another thread. Function Source ntdll!KiFastSystemCallRet ntdll!NtWaitForSingleObject+c ntdll!RtlpWaitOnCriticalSection+1a3 ntdll!RtlEnterCriticalSection+a8 ntdll!LdrLockLoaderLock+133 ntdll!LdrGetDllHandleEx+94 ntdll!LdrGetDllHandle+18 kernel32!GetModuleHandleForUnicodeString+20 kernel32!BasepGetModuleHandleExW+17f kernel32!GetModuleHandleW+29 mscorsvr!COMSecurityConfig::GetMachineDirectory+49 mscorsvr!COMSecurityConfig::EcallGetMachineDirectory+22 0x037a060b mscorsvr!CallDescrWorker+30 mscorsvr!MethodDesc::CallDescr+1b8 mscorsvr!MethodDesc::Call+c5 mscorsvr!Security::ResolvePolicy+a5 mscorsvr!SecurityDescriptor::ResolveWorker+202 mscorsvr!AppDomainNative::SetupDomainSecurity+e4 0x037a0586 0x10224970 0x000e44c8 Back to Top Tag: accessing FTP server via Windows Browser Tag: 399635
      • 19
        • Change time that is recorded in the log files from GMT to current I am sure there is a very good reason why the log files all use GMT time when recording in IIS log files however it is a royally pain to always convert it. Is there a way to make it so that it time stamps the serversâ?? current time instead of using GMT time inside the log file? I know that I can change the time when it create