Classic ASP Error Page Not Working IIS 7.5 -



Classic ASP Error Page Not Working IIS 7.5 -

i utilize classic asp on iis7.5 @ windows server 2008 r2. have problem. have custom 404 page. , redirect 404 errors default.asp. work on web it's not working on local ! web.config's setting under document. can help me please situation.

<customerrors mode="on"> <error statuscode="404" redirect="/default.asp" /> </customerrors> <httperrors errormode="detailedlocalonly"> <remove statuscode="404" substatuscode="-1" /> <error statuscode="404" prefixlanguagefilepath="" path="/default.asp" responsemode="executeurl" /> <error statuscode="500" substatuscode="100" path="/e/default.asp" responsemode="executeurl" /> </httperrors>

httperrors errormode detailedlocalonly work @ web bu not work local. set errormode = custom , it's work

http://www.iis.net/configreference/system.webserver/httperrors

asp-classic

Comments

Popular posts from this blog

assembly - What is the addressing mode for ld, add, and rjmp instructions? -

vowpalwabbit - Interpreting Vowpal Wabbit results: Why are some lines appended by "h"? -

Is there a way to convert an HTML page styled with Bootstrap CSS into email-compatible html? -