Hi. Hope someone can help.
The root web.config on a site I am working on has custom error handling that I do not want to edit
I have a folder off root that I want to override the custom error handling in the root web.config.
I have tried putting another web.config in the folder with:
<customErrors mode="Off">
</customErrors>
but this has not changed anything.
I can not create this folder as an application.
If there is a way to do this, please let me know. I would even settle for a way to override than erro handling for a single page.
The root web.config on a site I am working on has custom error handling that I do not want to edit
I have a folder off root that I want to override the custom error handling in the root web.config.
I have tried putting another web.config in the folder with:
<customErrors mode="Off">
</customErrors>
but this has not changed anything.
I can not create this folder as an application.
If there is a way to do this, please let me know. I would even settle for a way to override than erro handling for a single page.