I am having a problem with wildcard application mappings on IIS5.1.
I am trying to establish a wildcard so that aspnet_isapi will handle all requests. According to instructions I have found, I simply need to map ".*" to that DLL and I'm done.
The problem is that when I do this, any file with an extension (i.e., "site.css") immediately returns error 404. Paths without extensions (i.e., "/products/browse") do indeed work by passing the request to aspnet_isapi.
Note that I did get this work just fine on IIS6. My problem is IIS5.1's failure to handle files with an extension once I establish the wildcard map.
Can anyone please advise?
Thanks