Twitter iPhone pliant OnePlus 11 PS5 Disney+ Orange Livebox Windows 11

---[ASP.NET]---------------- probleme sur hebergement .com

3 réponses
Avatar
(Hiber)
Impossible de faire marcher un site asp net sur hebergement.com

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>

---------------------------------------------------------------------------------
Malgres les modifs, le site envois toujour ce message


merci pour toute infos

3 réponses

Avatar
Rakotomandimby (R12y) Mihamina
( Mon, 14 Feb 2005 15:38:33 +0000 ) :
merci pour toute infos


<troll>
- ASP c'est pas bonpour la santé
</troll>

- il y a un newsgroup fr.xxxx.auteurs je crois, qui pourrait convenir a
ton souci.

- le support technique de ton hebergeur en pense quoi ?
--
L'ASPO a pour but de démocratiser l'acces a l'informatique. Une de ses
activité est l'infogerance (http://aspo.rktmb.org/activites/infogerance)
Tél: + 33 2 38 04 26 04 ou + 33 6 33 26 13 14 (France)

Avatar
(Hiber)
On Mon, 14 Feb 2005 17:10:53 +0100, "Rakotomandimby (R12y) Mihamina"
wrote:

( Mon, 14 Feb 2005 15:38:33 +0000 ) :
merci pour toute infos


<troll>
- ASP c'est pas bonpour la santé
</troll>

- il y a un newsgroup fr.xxxx.auteurs je crois, qui pourrait convenir a
ton souci.

- le support technique de ton hebergeur en pense quoi ?
--
Le service n'en pense apparemment rien, ils repondent pas.

je vais voir sur ton groupe
L'ASPO a pour but de démocratiser l'acces a l'informatique. Une de ses
activité est l'infogerance (http://aspo.rktmb.org/activites/infogerance)
Tél: + 33 2 38 04 26 04 ou + 33 6 33 26 13 14 (France)




Avatar
Jean-claude
<Hiber> a écrit dans le message de news:
Impossible de faire marcher un site asp net sur hebergement.com

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>

---------------------------------------------------------------------------------
Malgres les modifs, le site envois toujour ce message


merci pour toute infos



Ca vient de ton code, cherches pas à avoir le descriptif de l'erreur, c'est
pas possible sur du mutualisé.
Vérifie bien ton code, vérifie bien aussi que tu as la bonne dll dans le rep
bin, etc...

jean-claude