HEX
Server: Microsoft-IIS/8.5
System: Windows NT YDAWBH120 6.3 build 9600 (Windows Server 2012 R2 Standard Edition) AMD64
User: tentjecom_web (0)
PHP: 7.4.14
Disabled: NONE
Upload Files
File: D:/HostingSpaces/HKemperman1/osthoes.nl/wwwroot/ErrorPage.aspx
<%@ Page Language="C#" AutoEventWireup="True" Inherits="DotNetNuke.Services.Exceptions.ErrorPage" CodeBehind="ErrorPage.aspx.cs" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en-US">
<head>
    <meta name="revisit-after" content="1 days" />
    <meta name="robots" content="noindex,nofollow" />
    <title runat="server" id="Title">Error</title>
    <link id="DefaultStylesheet" runat="server" rel="stylesheet" type="text/css" href="~/Portals/_default/default.css" />
    <link id="InstallStylesheet" runat="server" rel="stylesheet" type="text/css" href="~/Install/install.css" />
</head>
<body>
    <form id="Form" runat="server">
        <table cellspacing="5" cellpadding="5" border="0" class="Error">
	        <tr>
		        <td><asp:Image ID="headerImage" runat="server" BorderStyle="None" AlternateText="DotNetNuke" /></td>
	        </tr>
	        <tr style="height:100%;">
		        <td valign="top" style="width:650px;">
                    <h2>DNN Error</h2>
                    <hr />
                    <p><asp:PlaceHolder ID="ErrorPlaceHolder" runat="server" /></p>
                </td>
	        </tr>
	        <tr>
	            <td align="right"><asp:Hyperlink ID="hypReturn" runat="Server" NavigateUrl="~/Default.aspx" cssClass="dnnPrimaryAction" text="Return to Site"/></td>
	        </tr>
	        <tr><td height="10px"></td></tr>
        </table>
    </form>
</body>
</html>