“405 method not allowed” in IIS7.5 for “PUT” method

后端 未结 20 2205
情深已故
情深已故 2020-11-28 02:15

I use WebClient type to upload *.cab files to my server. On the server side, I registered a HTTP handler for *.cab file with the PUT method as below:



        
20条回答
  •  暖寄归人
    2020-11-28 03:02

    Best to just remove the unused WebDAV feature. Go to Programs and Features => Turn Windows Features On or Off and disable WebDAV Publishing under

    Internet Information Services => World Wide Web Services => Common HTTP Features

提交回复
热议问题