I'm trying to return the 403 state code page .. i tried this code from controller :
Response.StatusCode = 403;
But it's not works with me .. when i run the localhost the page keep show the real content and not showing the forbidden error page!
can someone explain to me what to do to show 403 forbidden page from controller ?