Cucumis - Servizio gratuito di traduzione on line
. .



Testo originale - Inglese - To enable

Stato attualeTesto originale
Questo testo è disponibile nelle seguenti lingue: IngleseLituano

Categoria Istruzione

Titolo
To enable
Testo-da-tradurre
Aggiunto da Fagogas
Lingua originale: Inglese

To enable the details of this specific error message to be viewable on remote machines, please create a <customErrors> tag within a "web.config" configuration file located in the root directory of the current web application. This <customErrors> tag should then have its "mode" attribute set to "Off".


<!-- Web.Config Configuration File -->

<configuration>
<system.web>
<customErrors mode="Off"/>
</system.web>
</configuration>
10 Dicembre 2008 21:57