Hi,
I am testing an isapi filter for IIS 7.0 agent.The problem is the filter works fine for iis6.0 on windows 2003 64 bit.But the same filter is crashing with access violation on windows 2008.
Faulting application w3wp.exe, version 7.0.6001.18000, time stamp 0x47919ed8, faulting module ntdll.dll, version 6.0.6001.18000, time stamp 0x4791adec, exception code 0xc0000005, fault offset 0x0000000000047960, process id 0x110, application start time 0x01c980830e6c3194.
I wonder why something working fine on windows 2003 64 bit machine would crash in 2008?