IIS 10.0 Detailed Error - 404.0 for [httpDelete] [httpPut]

前端 未结 1 1157
长情又很酷
长情又很酷 2021-01-20 18:35

I\'m trying to make an api in ASP.NET MVC. Unfortunately I have problem with two HTTP requests: DELETE and PUT

    [ActionName(\"Index\")]
    [HttpGet]
             


        
1条回答
  •  离开以前
    2021-01-20 19:11

    This change in Web.config solve my problem

     
      
      
      
      
      
      
      
      
      
    
    

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