Cucumis - Bezplatný překladatelský servis online
. .



Původní text - Anglicky - To enable

Momentální stavPůvodní text
Text je dostupný v následujících jazycích: AnglickyLitevština

Kategorie Vzdělání

Titulek
To enable
Text k překladu
Podrobit se od Fagogas
Zdrojový jazyk: Anglicky

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 prosinec 2008 21:57