I've set up a custom 500 error ASP page that displays when
I deliberately force a 500 error. In IE this page displays
AS LONG AS THE VBSCRIPT CODE doesn't exceed 165 characters.
Netscape thinks I'm trying to download a file of type
application/octet-stream.

Is there anything I can tweak in IIS to resolve this problem?


I already posted this problem to asp.general but I got no
replies.

Re: Custom 500 Error Pages by Tom

Tom
Thu Oct 30 08:08:00 CST 2003

"M_Evans" <m4rg4133@hotmail.com> wrote in message
news:005101c39e3a$9961ef90$a301280a@phx.gbl...
> I've set up a custom 500 error ASP page that displays when
> I deliberately force a 500 error. In IE this page displays
> AS LONG AS THE VBSCRIPT CODE doesn't exceed 165 characters.
> Netscape thinks I'm trying to download a file of type
> application/octet-stream.
>
> Is there anything I can tweak in IIS to resolve this problem?

Are you specifying the custom page as a URL?

--
Tom Kaminski IIS MVP
http://www.iistoolshed.com/ - tools, scripts, and utilities for running IIS
http://mvp.support.microsoft.com/
http://www.microsoft.com/windowsserver2003/community/centers/iis/




Re: Custom 500 Error Pages by Marg

Marg
Thu Oct 30 09:16:37 CST 2003

We followed the instructions from ASPFAQ article #2335 for
tracking ASP errors. In IIS Manager, we set the custom
500;100 error message to URL: /500_try.asp.

>-----Original Message-----
>"M_Evans" <m4rg4133@hotmail.com> wrote in message
>news:005101c39e3a$9961ef90$a301280a@phx.gbl...
>> I've set up a custom 500 error ASP page that displays when
>> I deliberately force a 500 error. In IE this page displays
>> AS LONG AS THE VBSCRIPT CODE doesn't exceed 165 characters.
>> Netscape thinks I'm trying to download a file of type
>> application/octet-stream.
>>
>> Is there anything I can tweak in IIS to resolve this
problem?
>
>Are you specifying the custom page as a URL?
>
>--
>Tom Kaminski IIS MVP
>http://www.iistoolshed.com/ - tools, scripts, and
utilities for running IIS
>http://mvp.support.microsoft.com/
>http://www.microsoft.com/windowsserver2003/community/centers/iis/
>
>
>
>.
>