I am configuring my own custom errors for my testing webpage a I noticed strange behavior.
When I want handle 404 error, I have to place it in web.config file. Because if it is configured in custom errors tab in properties window of my website, it doesn't work.
On the other side, I have to configure error 403.4 in custom errors tab in properties window, because placed in web.config file has no effect.
So why can't I have both in one place ? Thanks.