Hi,
I have a Windows 2003 server R2 (SP 2) and when an asp page have an error the iis stops procesing page BUT no give any information about the error.
Example: a ver very simple page like this
<%
response.expires =
"0"
response.Write "<br>The page starts"
response.Write 1 / 0
response.Write "<br>The page Ends"
%>
returns:
<br>The page starts
and after that stops, and don´t show "0 division" error
Ia have enable "send detailed errors" on iis, and disabled "show friendly errors" on IE.
No inforation on event manager.