My ASP.NET Web API Project work fine for PUT & DELETE Operation of development PC On IIE Express Server Mode. But In Test Server those two verb does not work. I am also try with update the {user}\Documents\IISExpress\config\applicationhost.config with add two verb PUT & DELETE. This Way work fine for my Development PC but not in Test Server.
<add name="ExtensionlessUrl-Integrated-4.0" path="*." verb="GET,HEAD,POST,DEBUG,PUT,DELETE" type="System.Web.Handlers.TransferRequestHandler" preCondition="integratedMode,runtimeVersionv4.0" responseBufferLimit="0" />
I am not success. What's i am wrong. Please! any one specify me.
Thanks in advance!!!