Re: IIS 7 - Error Messages Not Displayed tho Debugging Options set

Tech Tip: Click here to run a free scan for Windows Errors and optimize PC performance



Hi ! I have "Show Friendly HTTP Error Messages" unticked in IE. In addtion
the behavior occurs when I view the page in Firefox. This indicates it is not
a browser issue but an IIS 7 issue. (It is a classic ASP script).

This post from another person also points to the problem:

http://forums.iis.net/p/1118833/1741397.aspx

"Ray Costanzo" wrote:

Do you have friendly errors turned off in IE?

http://support.microsoft.com/kb/294807

Ray at work

"race4space" <race4space@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:04339B06-0A90-44A9-993D-1FE288847365@xxxxxxxxxxxxxxxx
Hi, IIS is not displaying run time errors - the various debugging options
(Enable Server Side Debugging, Send Errors to Browser) have been set to
true
in the IIS console.

No Errors are sent to browser and the script stops running at the error.

This occurs for instance with an Option Explicit error - ie a non
dimensioned variable is referenced in code with Option Explicit set.

<%@ Language=VBScript %>
<% Option Explicit %>
<%
Dim testMe
testMe = "Hello World!"
Response.Write "testMy : " & testMy
Response.End
%>

Any comments , please ?






.



Relevant Pages

  • Re: IIS 7 - Error Messages Not Displayed tho Debugging Options set in
    ... (Enable Server Side Debugging, Send Errors to Browser) ... No Errors are sent to browser and the script stops running at the error. ... dimensioned variable is referenced in code with Option Explicit set. ... Dim testMe ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: FindFirst not populating text box with results
    ... Once checked any new module will have Option Explicit set. ... Do you now get errors with Option Explicit set in the module in question? ... > Dim rsUser As DAO.recordset ... > Dim myBookMark As Variant ...
    (microsoft.public.access.gettingstarted)