There is a service file svc(WFC Service file) on web app site. When I access this file in browser, got following error:
Server Error in Application "<application name>"
--------------------------------------------------------------------------------
HTTP Error 404.3 - Not Found
HRESULT: 0x80070032
Description of HRESULT: The page you are requesting cannot be served because of the Multipurpose Internet Mail Extensions (MIME) map policy that is configured on the Web server. The page you requested has a file name extension that is not recognized, and is not allowed.
Then follow the workaround to config handler map(use default handler) and mime got another error:
The DefaultHttpHandler.BeginProcessRequest method is not supported by IIS integrated pipeline mode.
But how to config the hander and mime for svc file on IIS 7?