What does ExtensionlessUrlHandler do in an MVC application?
I am trying to streamline my MVC application and deleting as much as possible . Can someone explain to me what this code below does in the web.config file in the root of the application. I have commented it out and still managed to run the application... <system.webServer> <handlers> <remove name="ExtensionlessUrlHandler-ISAPI-4.0_32bit"/> <remove name="ExtensionlessUrlHandler-ISAPI-4.0_64bit"/> <remove name="ExtensionlessUrlHandler-Integrated-4.0"/> <add name="ExtensionlessUrlHandler-ISAPI-4.0_32bit" path="*." verb="GET,HEAD,POST,DEBUG,PUT,DELETE,PATCH,OPTIONS" modules="IsapiModule"