|
-
Jul 15th, 2008, 06:10 PM
#1
Thread Starter
Fanatic Member
[2005] web.config files error handler
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
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|