I want to set the same mapping to the root folder so I can invoke methods without using the expanded path (i.e. localhost/mymethod.awp). I selected the Handler Mapping option under Default Web Site, added a script map for *.awp and pointed it to my dll. I made sure the "Invoke handler only if" box was clear and that all verbs were specified. But IIS does not seem to recognize the mapping. Any .awp call brings up a 404 error. The message indicates that the handler is "StaticFile"
We routinely configure our clients' systems so the app extension is mapped to the default directory, but for some reason I can't make it happen on my own machine. Any idea what I am missing?
--stein