Sayfalar

18 Eylül 2019 Çarşamba

Wep Api Error: No action was found on the controller


{"Message":"No HTTP resource was found that matches the request URI 'http://localhost:57193/api/PostFlight/GetByFlightNum/34'.","MessageDetail":"No action was found on the controller 'PostFlight' that matches the request."}


** Çözüm:
routeTemplate: "api/{controller}/{action}/{param}",

Controller içersindeki sorgu fonksiyonlarında ki verilen parametre adı ile config dosyasındaki {param} değişkeninin adı aynı olmalıdır.

MVC LOADING TOO SLOW ISSUE