I've setup a URL rewrite rule in my web.config, which catches when the user enters something like "mywebsite.com/foobar". The rule changes that to "mywebsite.com?myparam=foobar". This works as it should.

I've set up a custom error section in the web.configand when I enter a real folder with a invalid filename I get my custom error page. But when I enter an URL which points to a real folder without a filename, for instance "mywebsite.com/arealfolder", I get an IIS error message.

It seems that when there's no filename IIS looks for the default documents and if none is found it ignores the 404 rule in web.config and just shows the default IIS error page, saying that folder browsing is disabled.

Anyone who can help me?

Best regards, Steffen

link|improve this question

55% accept rate
Is there no one on SO that can help me out? – Steffen Jørgensen Dec 14 '11 at 7:54
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.