IIS 7.5 error hander redirects to 404.html before ASP.Net exception handler -


a issue on production web server: if set customerror true in web.config, production web server redirects 404 error default %systemdrive%\inetpub\custerr\\404.htm, ignored asp.net excption handler generated use friendly error message.

it's not happening on our test server sets site vitual directionary. iis configuration hijacked handler?

both running on same code bases.

p.s. if switched customererror false. both servers gave asp.net detailed error/exception details.


Comments

Popular posts from this blog

python - Scipy curvefit RuntimeError:Optimal parameters not found: Number of calls to function has reached maxfev = 1000 -

c# - How to add a new treeview at the selected node? -

java - netbeans "Please wait - classpath scanning in progress..." -