52 english – Toshiba BDX2250 User Manual

Page 52

Advertising
background image

52

English

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 bgcolor=”white”>

<span><H1>Server Error in ‘/’ Application.<hr width=100% size=1

color=silver></H1>

<h2> <i>Runtime Error</i> </h2></span>

<font face=”Arial, Helvetica,Geneva, SunSans-Regular, sans-serif “>

<b> Description: </b>An application error occurred on the server.

The current custom error settings for this application prevent the

details of the application 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> To enable the details of this specific error

message to be viewable on remote machines, please create

a &lt;customErrors&gt; tag within a &quot;web.config&quot;

configuration file located in the root directory of the current web

application. This &lt;customErrors&gt; tag should then have its

&quot;mode&quot; attribute set to &quot;Off&quot;.<br><br>

<table width=100% bgcolor=”#ffffcc”>

<tr>

<td>

<code><pre>

&lt;!-- Web.Config Configuration File --&gt;

&lt;configuration&gt;

&lt;system.web&gt;

&lt;customErrors mode=&quot;Off&quot;/&gt;

&lt;/system.web&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;defaultRedirect&quot;

attribute of the application’s &lt;customErrors&gt; configuration tag

to point to a custom error page URL.<br><br>

<table width=100% bgcolor=”#ffffcc”>

<tr>

<td>

<code><pre>

&lt;!-- Web.Config Configuration File --&gt;

&lt;configuration&gt;

&lt;system.web&gt;

&lt;customErrors mode=&quot;RemoteOnly&quot; defaultRedirect=

&quot;mycustompage.htm&quot;/&gt;

&lt;/system.web&gt;

&lt;/configuration&gt;</pre></code>

</td>

</tr>

</table>

<br>

</body>

</html>

libxml

The MIT License

Copyright (c) <year> <copyright holders>

Permission is hereby granted, free of charge, to any person

obtaining a copy of this software and associated documentation

files (the “Software”), to deal in the Software without restriction,

including without limitation the rights to use, copy, modify, merge,

publish, distribute, sublicense, and/or sell copies of the Software,

and to permit persons to whom the Software is furnished to do so,

subject to the following conditions: The above copyright notice and

this permission notice shall be included in all copies or substantial

portions of the Software.

THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF

ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED

TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A

PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT

SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR

ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN

ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,

OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE

OR OTHER DEALINGS IN

THE SOFTWARE.<html>

<head>

<title>Runtime Error</title>

<style>

b o d y { f o n t- fa m i l y : ” Ve r d a n a ” ; f o n t- w e i g h t : n o r m a l ; f o n t-

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}

H 1 { f o n t - f a m i l y : ” Ve r d a n a ” ; f o n t - w e i g h t : n o r m a l ; f o n t -

size:18pt;color:red }

H 2 { f o n t - f a m i l y : ” Ve r d a n a ” ; f o n t - w e i g h t : n o r m a l ; f o n t -

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 bgcolor=”white”>

<span><H1>Server Error in ‘/’ Application.<hr width=100% size=1

color=silver></H1>

<h2> <i>Runtime Error</i> </h2></span>

<font face=”Arial, Helvetica, Geneva, SunSans-Regular,

sans-serif “>

<b> Description: </b>An application error occurred on the server.

The current custom error settings for this application prevent the

details of the application 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> To enable the details of this specific error

message to be viewable on remote machines, please create

a &lt;customErrors&gt; tag within a &quot;web.config&quot;

configuration file located in the root directory of the current web

application. This &lt;customErrors&gt; tag should then have its

&quot;mode&quot; attribute set to &quot;Off&quot;.<br><br>

<table width=100% bgcolor=”#ffffcc”>

<tr>

<td>

<code><pre>

&lt;!-- Web.Config Configuration File --&gt;

&lt;configuration&gt;

&lt;system.web&gt;

&lt;customErrors mode=&quot;Off&quot;/&gt;

&lt;/system.web&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;defaultRedirect&quot;

attribute of the application’s &lt;customErrors&gt; configuration tag

to point to a custom error page URL.<br><br>

<table width=100% bgcolor=”#ffffcc”>

<tr>

<td>

<code><pre>

&lt;!-- Web.Config Configuration File --&gt;

&lt;configuration&gt;

&lt;system.web&gt;

&lt;customErrors mode=&quot;RemoteOnly&quot; defaultRedirect=

&quot;mycustompage.htm&quot;/&gt;

&lt;/system.web&gt;

&lt;/configuration&gt;</pre></code>

</td>

</tr>

</table>

<br>

</body>

</html>

bison_parser

The distribution terms for Bison-generated parsers permit using the

parsers in nonfree programs. Before Bison version 2.2, these extra

Advertising