目前我正在使用MVC4。我有疑问,我尝试调试何时index.cshtml打开,它显示Server Error in '/' Application。
无法找到该资源。
描述:HTTP 404.您正在查找的资源(或其依赖项之一)可能已被删除、名称已更改或暂时不可用。请查看以下 URL 并确保其拼写正确。
Requested URL: /Views/Report/Index.cshtml
Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.0.30319.17929.
当我使用除 之外的其他页面进行调试时index.cshtml,它工作正常。为什么会发生这种情况?你能给出解决方案吗?