The view 'Error' or its master was not found

后端 未结 5 1705
执念已碎
执念已碎 2021-02-05 01:28

I\'ve spent a lot of time trying to figure out a workaround for this to no avail, so I thought I\'d see if anyone here has an idea.

I\'m using Elmah in my ASP.NET MVC3 a

5条回答
  •  天涯浪人
    2021-02-05 01:57

    I was having this same issue, but i wasn't executing base.OnException() anywhere. Another possible solution was to remove this from in my web.config:

    
    

提交回复
热议问题