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
Post a Comment