im using asp.net 4.0 integrated mode and im having problems with error redirection. Im trying to redirect 404 errors to another page.

"www.easycomputerformat.com/test.aspx" successfully redirects to 404Error.aspx

but

"www.easycomputerformat.com/test" doesnt.

Doesnt integrated pipeline mean all requrest go throu asp.net?

Thanks.

link|improve this question

73% accept rate
Have you set routing configuration before do this? – RoBYCoNTe Nov 7 '11 at 21:57
Is this an IIS option? I have only done custom errors in web.config – TheGateKeeper Nov 7 '11 at 22:06
Which version of IIS? (Just to be 100%) – Murph Nov 7 '11 at 22:12
My hosting company uses IIS 7 – TheGateKeeper Nov 7 '11 at 22:15
What is shown when you write */test ? – RoBYCoNTe Nov 7 '11 at 22:53
show 1 more comment
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.