Runtime error - Umbraco not reading on config file
Hi all,
Am getting the following error:
Details: To enable the details of this specific error
message to be viewable on remote machines, please create a
<customErrors> tag within a "web.config" configuration file
located in the root directory of the current web application. This
<customErrors> tag should then have its "mode" attribute set to
"Off".
Contents of web.config currently reads:
<system.web> <customErrors mode="off" /> ... etc
Stringely enough, thus USED to work, and suddenly stopped working today.
So. Is there anything else I need to do in order to get Umbraco to actually read its own config file?
Runtime error - Umbraco not reading on config file
Hi all,
Am getting the following error:
Details: To enable the details of this specific error message to be viewable on remote machines, please create a <customErrors> tag within a "web.config" configuration file located in the root directory of the current web application. This <customErrors> tag should then have its "mode" attribute set to "Off".
Contents of web.config currently reads:
<system.web>
<customErrors mode="off" />
... etc
Stringely enough, thus USED to work, and suddenly stopped working today.
So. Is there anything else I need to do in order to get Umbraco to actually read its own config file?
TIA!
Ah. Found it: Use "Off" not "off" - the only bit of Umbraco that IS case sensitive, it seems!
:)
Hmm, not really umbraco, this is .net specific, no need to blame umbraco for this :D
Cheers,
/Dirk
is working on a reply...