I am trying to handle all HTTP errors to my custom error pages, but I find that when there is a % at the end of url, i cannot use config setting or code to handle it, for e
Who said not possible?
Response.TrySkipIisCustomErrors = true;
OR
original post