79149245

Date: 2024-11-01 19:52:29
Score: 1
Natty:
Report link

Issue: "405 Method Not Allowed" error when using PUT or DELETE in an ASP.NET Core application hosted on IIS.

Removing WebDAV ensures that IIS doesn’t block specific HTTP methods, allowing your application to manage them directly.

<modules>
        <remove name="WebDAVModule" />
</modules>

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Asad Iqbal