Create Application Site which allows put request on IIS

Dhaval Trivedi 1 Reputation point
2022-09-15T11:55:49.44+00:00

Hello ,

I am unable to create the application site which allows PUT request and push the files to the folder mapped under the file.

Can you guide me some document which does that? Currently I created one but when trying to run PUT command it is stating Method not allowed.

Regards
Dhaval.

Internet Information Services
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Sam Wu-MSFT 7,446 Reputation points Microsoft Vendor
    2022-09-16T02:29:42.217+00:00

    @Dhaval Trivedi

    I created one but when trying to run PUT command it is stating Method not allowed.

    Do you have a detailed error message? usually IIS will allow the PUT method in the IIS Request Filtering for the web application, and the Method not allowed is usually because of a 405 error, do you also get the same error? If yes, I suggest you to use failed request trace to see detailed error message, this will tell you where the problem is.

    Besides, If you don't need to use WebDAV, then the easiest and the best way to fix "405 method not allowed" issue is to remove WebDAV from your system. You can easily get this done in Turn Windows Features On or Off simply un-ticking the checkbox.

    241713-4.png


    If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".

    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.