IIS rest api put and delete requests are not working on a flesk
- Ngày 12/8/2025 09:39 PM (GMT+07)
- Thủ thuật tiện ích
- bai-viet
I've deployed asp.net core web api app to contabo vps server and I've realized that HTTP PUT requests are not working at all.

Open the domain's web.config file
Find the section<system.webServer>and add the following content under it:
<modules>
<remove name="WebDAVModule" />
</modules>
<handlers>
<remove name="WebDAV" />
</handlers>
0 Phản hồi Viết phản hồi