Re: IIS not display ASP errors

From: Bã§TãRÐ (nobody_at_msn.com)
Date: 08/04/04


Date: Wed, 04 Aug 2004 00:34:28 GMT

It may be kind of obvious but did you try turning off Show Friendly HTTP errors in IE?

On Tue, 3 Aug 2004 06:03:02 -0700, austinJim <austinJim@discussions.microsoft.com> wrote:

>IIS has quit displaying ASP errors it finds. Errors from SQL Server are displayed as are "page not found" errors but VBScript syntax errors are not. For example, the following code should give the error that x has not been declared but the page just stops processing after displaying "here".
><%
>response.write("here")
>x
>%>
>Thanks!