I used Visual Studio to learn ASP.NET MVC and created a simple modal named Albums and the corresponding controller. When debugging and running, I found that the default homepage could be accessed normally, but my own localhost:* /Albums does not work, the error message is as shown in the screenshot. How to solve this?
滿天的星座2017-05-16 17:07:57
Visual inspection indicates that there is a problem with the database link. Let’s debug it.