I created a virtual directory for my web application. I use a custom
extension mapping (maps to aspnet_isapi.dll). The access permissions
etc. seem to be correct. I followed the manual carefully (not that
much to do after all).

I get "404 Not found" for the mapped pages, but my application works
fine on two other machines (with win2k), where the virtual dir config
seems to be the same. What am I missing? What else to look for?

My setup:
Win XP Pro SP 1
IIS 5.1
.NET Framework 1.1

TIA,

AdSR

Re: Problem with custom mapping by artur_spruce

artur_spruce
Thu Apr 15 09:39:07 CDT 2004

artur_spruce@yahoo.com (AdSR) wrote
> I created a virtual directory for my web application. I use a custom
> extension mapping (maps to aspnet_isapi.dll). The access permissions
> [...]
> I get "404 Not found" for the mapped pages, but my application works

Solved. You need to uncheck the "Check if file exists" option. That easy.

AdSR