Wildcard mapping in IIS 7.0 not working
- by jmoney
I can't seem to get the ASP.NET engine to handle ALL wildcard mapping.
When I try to make a request that is supposed to be handled by the asp.net engine, i get a 404 error from the StaticFile handler
Here is the content of my web.config file.
You will notice that the last entry contains the wildcard mapping rules.
<handlers>
…