asp classic - display detailed error message on IIS 7.5 -
asp classic - display detailed error message on IIS 7.5 -
i'm trying display detailed error message on page using web.config on remote server on hostgator running iis 7.5. i've tried can't work.
<configuration> <system.webserver> <httperrors errormode="detailed" existingresponse="passthrough" /> </system.webserver> </configuration>
when preview page error.
error occurred on server when processing url. please contact scheme administrator. if scheme administrator please click here find out more error.
perhaps other way detailed info (sorry, iis 8.5)
see sample of 500.asp page in me comment above
asp-classic web-config iis-7.5
Comments
Post a Comment