asp.net mvc 3 - Show Custom Error handling message in View -


i'm using mvc3 , config in web.config

<customerrors mode="on">   <error statuscode="404" redirect="~/error/notfound" /> </customerrors> 

as show 404 notfound in ui , wanna show

sorry, error occurred while processing request 

message layout! not in blank page it's configuration ??

i pretty sure have add (controller, view).

you cannot configure doesn't exist. if fiddle "blank page" suspect see 404 http code meaning request didn't find not-found page.


Comments

Popular posts from this blog

.htaccess - First slash is removed after domain when entering a webpage in the browser -

Automatically create pages in phpfox -

c# - Farseer ContactListener is not working -