IE

Turning off IE friendly errors mode registry option

Continuing collecting system tweaks that are suitable for software developers, I've decided to create a registry patch that turning off IE's friendly errors (the messages that IE shows instead of actual error). Just create file fix.ie.friendly.error.reg with the following content and run it when you want to disable them:

REGEDIT4

[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main]
"Friendly http errors"="no"

Syndicate content