WebDav troubles for restfull WCF web service

前端 未结 1 1263

I created a WCF restfull service in .NET 4 and I published it under IIS 7.5/windows 7 x86. The verbs GET and POST worked fine, but the DELETE and PUT gave an error:

相关标签:
1条回答
  • 2021-01-18 08:14

    You don't need to remove module for whole site. You can configure modules per application. Modules section is available in Management console per application.

    You really have to remove WebDav for REST service's application because PUT and DELETE verbs were formerly defined for WebDav and are consumed by WebDav automatically.

    0 讨论(0)
提交回复
热议问题