Hi,
I enabled tracing in IIS7. I set those properties to true in the ASP tab of the IIS management tool:
- appAllowClientDebug,
- appAllowDebugging,
- errorsToNTLog,
- scriptErrorSentToBrowser;
To test it, I wrote a small classic ASP test page in wich I voluntary include a bug (bad activeX name).
My asp test page is rendered until the bug line is reached. The rest of the page is not rendered. I was expecting a 500 error code, but code is always 200. There is no error file in the FailedReqLogFiles folder.
Any idea someone?