I am using godaddy to host my websites. I have a small problem with using web.config as files error handler. Namely even if i have added custom errors i am still redirected to the godaddy's default 404 page (i am particularly interested in this error).

<customErrors mode="On">
<error statusCode="404" redirect="redirect.aspx" />
</customErrors>

I tried everything and i spent couple hours researching on internet but i came with almost nothing.

I am able to set the 404 error page thorugh their CP but as i have couple domains hosted with the same account it is not acceptable.

What i am doing wrong here?

Thanks

P.S. Maybe it will helps if i mention that this godaddy account works under IIS7