Error 405 with Web API Put Request (Method Not Allowed error).

Aman Sharma
0

Use following code in web config inside    <system.webServer>

 

<modules runAllManagedModulesForAllRequests="true">

    <remove name="WebDAVModule"/> <!-- add this -->

</modules> 

 

Add in Handler section

 

 <remove name="WebDAV" />

 

ex. 

<handlers>

    <remove name="WebDAV" />

</handlers>


Post a Comment

0Comments
Post a Comment (0)

#buttons=(Accept !) #days=(20)

Our website uses cookies to enhance your experience. Learn More
Accept !