Hi,
I have created a simple ISAPI filter which will do a 302 Redirect to a
new URL generated by manipulating the requested URL. When i test this
ISAPI on IIS under Load testing then the test clients are showing
'zero' response time after first three minutes. At this point of time i
also tried to check manually doubting whether that is because of any
error. when i browsed manually i received an "Internal Server Error".
I have done locking in the ISAPI using Critical Sections as i have seen
some mixing of request URLs when it performs the manipulation on the
requested URL.
Should we make our own locking or threading mechanism or IIS will take
care of this threading?
I felt the ISAPI filter might have got crashed. Is this the reason or
something else. Can somebody tell me how to diagnose this problem ?
Thanks in advance.