Aller au contenu

Page 1 sur 1

Note : - - - - - costomerror svp aider moi à regler le probleme du costomerror

23 février 2010 - 23:32 #1

0
bonjour tout le monde,
lorsque j'essai de telecharger un doc j'obtient ce msg

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>


je ne sais pas du tout qu'est ce que ca vt dire tout ca svp aidez moi, j'ai vraiment besoin de ce doc :blush:

L'utilisateur est hors-ligne soulsong
Baby Forumeur


À l'Instant

24 février 2010 - 00:30 #2

0

Voir le messagesoulsong, le mardi 23 février 2010 à 23h32, dit :

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)

Si je comprends bien, ça, ça veut dire que le problème ne vient pas de chez toi, mais du serveur hébergeant le fichier. Du coup, il n'y a rien à faire, à part éventuellement prendre contact avec le responsable du site en question...

L'utilisateur est hors-ligne The Nos
Forumeur inspiré, 30 ans



Page 1 sur 1