使用 Visual Studio 學(xué)習(xí) ASP.NET MVC, 創(chuàng)建了一個簡單的名為 Albums 的 modal 和對應(yīng)的 controller, 調(diào)試運(yùn)行時發(fā)現(xiàn)默認(rèn)的首頁可以正常訪問,但是自己的localhost:*/Albums則不行,錯誤信息如截圖。請問該如何解決?
認(rèn)證高級PHP講師
路由貼出來看看~
目測是在數(shù)據(jù)庫鏈接上出了問題,調(diào)試下。