I want to transfer all unhandled exceptions to an error page in Asp.Net MVC. What is the way to handle the unhandled exceptions in Asp.net MVC? Is there anything like application_error?
|
1
|
|
|
|
|
|
|
|||
|
|
|
If you are using the standard setup, your controller(s) can do this by overriding one of the methods (proabably Alternatively, you can do this via filters (for example |
||
