custom errors

  • Thread starter Thread starter ampeloso
  • Start date Start date
A

ampeloso

Hello,
I have a <customErrors mode="Off"/> in my web.config file. It's in the
same dir as the aspx file .But it doesnt work. I also put the
web.config in several dir's up from there and it still is not helping.
I am on a Host, and the page gives me an error page . when I run it on
my local machine using the built in webserver in VS2005 the page runs
correctly. So I'm trying to debug it.
Thanks
Mike
 
I have a <customErrors mode="Off"/> in my web.config file.

That's good.
It's in the same dir as the aspx file .

Is there any reason it's not in the root folder...?
But it doesnt work.

That really doesn't help much... I wrote a piece of code this morning but it
doesn't work - can you fix it, please...?
 
Mike,

There should be only one web.config file in the root directory. I guess it
will be ignored in all other locations.
 
Back
Top