vote up 1 vote down star

I control the code but not the server and the person at the other end knows as much about IIS as I do.

I have the classic:

<configuration>
    <system.web>
        <customErrors mode="Off"/>
    </system.web>
</configuration>

in my root level web.config, but am not seeing error details. Could the above have been overriden by a setting at the server/application level?

flag
What do you see instead? – Kev Nov 5 at 3:31

1 Answer

vote up 0 vote down

Adding handling in the Application_Error event in your global.asax file could do it but that would be under your control, I would imagine.

Microsoft KB article here gives an example.

Kindness,

Dan

link|flag
There currently isn't any global.asax file being used. Thanks for the tip though. – furtive Nov 3 at 20:05

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.