<html xmlns="http://www.w3.org/1999/xhtml">
    <head>
        <title>Runtime Error</title>
        <style type="text/css">
			body { font-family: "Verdana"; font-weight: normal; font-size: .7em; color: black; }
			p { font-family: "Verdana"; font-weight: normal; color: black; margin-top: -5px; }
			b { font-family: "Verdana"; font-weight: bold; color: black; margin-top: -5px; }
			h1 { font-family: "Verdana"; font-weight: normal; font-size: 18pt; color: red; }
			H2 { font-family:"Verdana"; font-weight: normal; font-size: 14pt; color: maroon; }
			pre { font-family: "Lucida Console"; font-size: .9em; }
			.marker { font-weight: bold; color: black; text-decoration: none; }
			.version { color: gray; }
			.error { margin-bottom: 10px; }
			.expandable { text-decoration: underline; font-weight: bold; color: navy; cursor: hand; }
        </style>
    </head>

    <body style="background-color: #ffffff">
        <h1>Server Error</h1>
		<hr style="width: 100%; color: silver; height: 1px" />
        <h2><i>Runtime Error</i></h2>
        
        <div style="font-family: Arial, Helvetica, Geneva, SunSans-Regular, Sans-Serif">
        <b>Description:</b>&nbsp;A server error has occurred. The current custom error settings prevent the details of the error from being viewed remotely (for security reasons). It could, however, be viewed by browsers running on the local server machine.
        <br />
		<br />
		<b>Details:</b>&nbsp;To enable the details of this specific error message to be viewable on remote machines, please define an <b>errorDetails</b> attribute within the &quot;filter.config&quot; configuration file. This <b>errorDetails</b> attribute should then have its <b>value</b> set to &quot;On&quot;.
        <br />
        <br />
        <table width="100%" style="background-color: #ffffcc; font-family: Arial, Helvetica, Geneva, SunSans-Regular, Sans-Serif">
		<tr>
			<td>
				<code><pre>

&lt;!-- Filter.Config Configuration File --&gt;

&lt;configuration&gt;
    &lt;httpFilters errorDetail=&quot;On&quot;&gt;
        &lt;!-- managed filters configuration --&gt;
    &lt;/httpFilters&gt;
&lt;/configuration&gt;</pre></code>

            </td>
        </tr>
        </table>

        <br />

        <b>Notes:</b> The current error page you are seeing can be replaced by a custom error page by modifying the &quot;errorPage&quot; attribute of the &lt;httpFilters&gt; configuration tag to point to a custom error page location.<br /><br />

        <table width="100%" style="background-color: #ffffcc; font-family: Arial, Helvetica, Geneva, SunSans-Regular, Sans-Serif">
		<tr>
			<td>
				<code><pre>

&lt;!-- Filter.Config Configuration File --&gt;

&lt;configuration&gt;
    &lt;httpFilters errorDetail=&quot;LocalOnly&quot; errorPage=&quot;mycustompage.htm&quot;&gt;
        &lt;!-- managed filters configuration --&gt;
    &lt;/httpFilters&gt;
&lt;/configuration&gt;</pre></code>

            </td>
        </tr>
        </table>

        <br />

    </body>
</html>
