Re: IIS 7 - Error Messages Not Displayed tho Debugging Options set in
- From: "Ray Costanzo" <my first name at lane34 dot commercial>
- Date: Mon, 21 Jan 2008 07:46:47 -0500
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 ?
.
- Follow-Ups:
- Re: IIS 7 - Error Messages Not Displayed tho Debugging Options set
- From: race4space
- Re: IIS 7 - Error Messages Not Displayed tho Debugging Options set
- Prev by Date: Re: IIS 7 - Error Messages Not Displayed tho Debugging Options set
- Next by Date: Re: IIS 7 - Error Messages Not Displayed tho Debugging Options set
- Previous by thread: Re: IIS 7 - Error Messages Not Displayed tho Debugging Options set
- Next by thread: Re: IIS 7 - Error Messages Not Displayed tho Debugging Options set
- Index(es):