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