The information in this article applies to:
SYMPTOMSWhen you set Response.Buffer to False on an ASP page, the "500;100" error message is still returned when an error occurs. However, when you set Response.Buffer to False for debugging purposes, a static error message should be returned, as it does in IIS 4.0 . CAUSEThe ASP page sends no data to the client before the error occurs. IIS 5.0 returns the custom error page because no data is provided by the static error message when there is no data written to the client. WORKAROUNDFor IIS 5.0 to return static error messages, you must disable the ASP dynamic error page. To do this, perform the following steps:
Additional query words: iis
Keywords : kbWinOS2000 |
Last Reviewed: February 2, 2000 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |