<%-- ASP.NET script handling HTTP redirections. To be used as a custom HTTP 404 error page. Version 1.9, 2015-01-06, https://alexandre.alapetite.fr/doc-alex/redirection-404/ ------------------------------------------------------------------ Written by Alexandre Alapetite, https://alexandre.alapetite.fr/cv/ Open Source, Copyright 2007-2015 Licence: Creative Commons "Attribution-ShareAlike 2.0 France", BY-SA (FR), http://creativecommons.org/licenses/by-sa/2.0/fr/ - Attribution. You must give the original author credit - Share Alike. If you alter, transform, or build upon this work, you may distribute the resulting work only under a license identical to this one (Can be included in GPL/LGPL projects) - The French law is authoritative - Any of these conditions can be waived if you get permission from Alexandre Alapetite - Please send to Alexandre Alapetite the modifications you make, in order to improve this file for the benefit of everybody If you want to distribute this code, please do it as a link to: https://alexandre.alapetite.fr/doc-alex/redirection-404/ --%> <%@ Page Language="C#" %> <%@ Import Namespace="System.IO" %>