Getting Error Messages To Display On Remote Computers?

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Chris

    Getting Error Messages To Display On Remote Computers?

    I changed my web.config file to show:

    <customErrors mode="Off"/>

    But when I get an error I still get the Runtime Error page telling me
    I need to change it to the mode value to "Off" to see the error, even
    though it already is set to "Off".


    Whats the deal? Is there something else I need to do?
  • Veronica Jacobs

    #2
    Re: Getting Error Messages To Display On Remote Computers?

    Try changing the "O" in "Off" to lower case 'o'. Just a hunch...haven't
    actually tested it.

    - V.J.
    EncryptaSoft
    Encryptasoft: Exploring the frontiers of AI, Software Engineering, Cybersecurity, and Quantum Computing.



    "Chris" <cmay@walshgrou p.com> wrote in message
    news:44f6e099.0 405311858.cce83 b8@posting.goog le.com...[color=blue]
    > I changed my web.config file to show:
    >
    > <customErrors mode="Off"/>
    >
    > But when I get an error I still get the Runtime Error page telling me
    > I need to change it to the mode value to "Off" to see the error, even
    > though it already is set to "Off".
    >
    >
    > Whats the deal? Is there something else I need to do?[/color]


    Comment

    Working...