A web application with IIS 7.5, ASP.NET, MVC 4 and Windows Identity Foundation is throwing following error:
Error HTTP 405.0 - Method Not Allowed
Module: StaticFileModule
Notification: ExecuteRequestHandler
Controller: StaticFile
The web application logins first through Windows Identity Foundation on a remote site. This login works fine, but when it redirects you to the local MVC application, the local IIS gives that error.
I tried disabling WebDav and configuring WebDav for all verbs but no luck.