I have created a web application in which if requested page does not exists (error - 404), i redirect the user to centralized error page with following code in Application.Error event in global.asax //code start string strRequestedURLWithQueryString = ((System.Web.HttpApplication)(sender)).Request.Url...