As the IIS request enters my code I call _set_se_translator to install our own Win32 exception translator.
This Usually gets called, but there are times when a Win32 exception occurs that it falls all the way out to IIS.
Does IIS override the SE translator? If so, when? Is there a way I can modify this behavior?
-Lee