Erreur hebergement asp.net

hichamveo Messages postés 64 Date d'inscription vendredi 3 novembre 2000 Statut Membre Dernière intervention 10 mai 2012 - 5 oct. 2006 à 15:42
hichamveo Messages postés 64 Date d'inscription vendredi 3 novembre 2000 Statut Membre Dernière intervention 10 mai 2012 - 9 oct. 2006 à 18:37
 
Server Error in '/' Application.
<hr width= "100%" color="silver" size="1" />
Runtime Error


Description: 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.

Details: 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>



Notes: The current error page you are seeing can be replaced by a custom error page by modifying the "defaultRedirect" attribute of the application's <customErrors> configuration tag to point to a custom error page URL.

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

<configuration>
<system.web>
<customErrors mode="RemoteOnly" defaultRedirect="mycustompage.htm"/>
</system.web>
</configuration>

3 réponses

cs_cbu Messages postés 394 Date d'inscription mercredi 30 janvier 2002 Statut Membre Dernière intervention 4 novembre 2009 1
5 oct. 2006 à 18:33
Salut,
à mon avis si tu souhaites une réponse, tu devrais poser un question...

Ciao 
0
cs_Nurgle Messages postés 1642 Date d'inscription samedi 6 novembre 2004 Statut Membre Dernière intervention 28 avril 2011 4
5 oct. 2006 à 19:28
Salut,
Mode d'emploi :

1. Lire le réglement.

2. Faire ce que te dis de faire ton message d'erreur (mettre <customErrors mode="On" /> au bon endroit de ton web.config) !

3. Revenir poser une question ici ensuite :)

Bonne journée,

<hr width="100%" size="2" />Nurgle(Antoine)
0
hichamveo Messages postés 64 Date d'inscription vendredi 3 novembre 2000 Statut Membre Dernière intervention 10 mai 2012
9 oct. 2006 à 18:37
j'ai changer <customErrors mode="Off" /> en <customErrors mode="On" /> mais tjrs le mm problem.
je veux une solution c'est urgent
0
Rejoignez-nous