« Previous Next »

Thread: blank page instead error

Last post 06-24-2009 10:07 AM by qbernard. 1 replies.

Average Rating Rate It (5)

RSS

Page 1 of 1 (2 items)

Sort Posts:

  • 06-24-2009, 3:45 AM

    blank page instead error

    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.

  • 06-24-2009, 10:07 AM In reply to

    Re: blank page instead error

    Wow. I can't repro on my W2k3 sp2.

    what's the status code in iis log file?

    You got custom isapi?

    Cheers,
    Bernard Cheah
Page 1 of 1 (2 items)