How to Configure Custom 404 Error Page in Titanium

  • Create the 404 page - URL should be 404 (page Title is "404")
  • In IIS navigate to the site and open the ".NET Error Pages" feature in the ASP.NET section
  • Click "Add..." in the right column Enter the status code (404) and the relative page url to the 404 page created (ideally the page URL should be 404). Click "OK" button when done
  • Click on "Edit Feature Settings..." in the right column. - select "Remote Only" under "Mode", Redirect Mode should be "ResponseRedirect" and default page is blank and allow nested forms is unchecked" Click OK when done.
  • Test the 404 page.