I try to config IIS 7.5 to use a managed http handler using web.config file with content below:
It works perfectly on some verbs such as OPTION and PROPFIND, but can't catch GET command on existing files. What should I do to catch all verbs regardless of file existence?