ASP.NET MVC Page Won't Load and says “The resource cannot be found”

前端 未结 21 1733
猫巷女王i
猫巷女王i 2020-12-09 14:51

I am having a problem where I try to open my ASP.NET MVC application but I get the ASP.NET error page which says this:

Server Error in \'/\' Applicati

21条回答
  •  再見小時候
    2020-12-09 15:28

    Upon hours of debugging, it was just an c# error in my html view. Check your view and track down any error

    Don't comment c# code using html style ie

提交回复
热议问题