Server Error in '/' Application

Fermé
wima - Modifié le 2 mars 2008 à 14:25
 Graphil - 25 juil. 2008 à 18:58
Bonjour,
lorsque je me connecte à un site, ce message d'erreur s'inscrit sur l'écran, pourtant hier il s'ouvrait normalement. Voici le message:
Server Error in '/' Application.
--------------------------------------------------------------------------------

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>


Bonjour,
lorsque je me connecte à un site, ce message d'erreur s'inscrit sur l'écran, pourtant hier il s'ouvrait normalement. Voici le message:
Server Error in '/' Application.
--------------------------------------------------------------------------------

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>


Merci pour votre aide
A voir également:

2 réponses

jcmaison Messages postés 892 Date d'inscription jeudi 18 octobre 2007 Statut Membre Dernière intervention 19 janvier 2009 169
2 mars 2008 à 14:25
C'est un problème côté serveur. Tu n'y peux rien. C'est le site qui a un problème. Pas toi.
2
pourquoi chez moi se n'est que lorsque j'ai adopter le dernier firefox
1