DELETE method .NET WebAPI does not work

后端 未结 3 2083
一整个雨季
一整个雨季 2021-01-15 06:15

I\'ve seen tons of posts about this, but the DELETE method of my new WebAPI simply does not work and returns a 404, using Windows 7 32-bit, IIS 7.5.

I\'ve tried

3条回答
  •  再見小時候
    2021-01-15 07:09

    Are you hosting under "Default Web Site" ? If yes then try hosting it separately on a different port.

    I have the same issue with PUT and DELETE and the workaround was successful.

提交回复
热议问题