I occasionally get a 500.21 error in my application that contains the following text:
"Handler "ExtensionlessUrlHandler-Integrated-4.0" has a bad module "ManagedPipelineHandler" in its module list"
I have searched the web and have typically found things the seem to mention adding and removing installed components. However, this application is hosted in an Azure Web App so these suggestions seem to be irrelivent.
Can anyone recommend things to try? I see an entry for the ExtensionlessUrlHander in the configuration file but I am not sure if this is necessary or how the configuration might need to be updated.
if you need those methods or want to provide your own HTTP methods, here’s the bit of configuration to add to your Web.config file
– Tom Sun - MSFT