asp.net web api 2 http.delete 500 -internal server hatası veya 405 hatası


Merhabalar

ASp.net web Api 2.0 da http.delete kullanıpta 500 veya 450 hatası alıyorsanız

api niz bulunduğu web.config de aşağıdaki ayarları yapınız.

<system.webServer>
    <validation validateIntegratedModeConfiguration="false"/>
    <modules>
      <remove name="WebDAVModule"/>
   </modules>
   <handlers>
     <remove name="WebDAV" />
  </handlers>
</system.webServer>

İyi çalışmalar.




Yorumlar

Bu blogdaki popüler yayınlar

An error occurred while updating the entries. See the inner exception for details.

Unable to load the specified metadata resource.