Tagged Questions

1
vote
1answer
284 views

Can the ASP.NET MVC Yellow Screen of Death (YSOD) be generated on demand

As asked here. I want to know if it is possible to get the YSOD's HTML Rendering for exceptions to be sent by mail WITHOUT the use of ELMAH? I am handling the errors and showing a custom error page ...
1
vote
1answer
466 views

ASP.NET MVC: Weird characters in error page

Since I uploaded an updated version of an ASP.NET MVC 1 application to the server, the Yellow Screen of Death has changed to something like this: ...
1
vote
2answers
170 views

How would I hook into/replace the “end user” YSOD?

I want to display the YSOD when it would be providing useful information during development or locally on the servers but a semi-generic page in other cases. I know that I could set the ...
1
vote
1answer
233 views

Getting “The 'WhatEver' view or its master could not be found” with Spark View Engine when going to the login page

Uff...long title. As it states, when the asp.net redirects to the login page, it adds the ?RequestUrl=/pathToSome/Action to the url. When this happens I get that YSOD :"The view '/PathToSome/Action' ...
0
votes
1answer
311 views

Exception occuring in ASP.Net MVC app with Log4net on Shared Hosting

I have a website that was developed using ASP.Net MVC and uses Log4net for exception logging. The website was running fine until about 4 hours ago. We haven't made any changes to the website in the ...