我很难解决这个问题。我正在使用PUT动词来调用控制器动作。我收到以下错误:
{"Message":"The requested resource does not support http method 'PUT'."}
进一步挖掘发现了以下内容:
Module Name: WebDAVModule
Notification: MapRequestHandler
Handler: WebDAV
Requested URL: localhost/,..... (some url)
Physical Path: C:\Projects\.... \order\sample
在IIS设置中,我可以看到WebDAVModule被设置为在动词列表中包含PUT动词,但我仍然得到错误。我做错了什么?
更新:
我甚至试图用[Route]属性来装饰控制器的动作,但是没有[Route]属性。 VS无法找到与[Route]属性相关的任何内容。