Posted to
Classic ASP
by
danielpila
on
06-24-2009, 3:45 AM
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 ...