J'essaie de publier mon site asp.net à l'hôte asphostportal. Il fonctionnait bien quand j'essaie de mes temps d'hospitalisation locaux, mais lorsque je publie sur un hôte réel, il reçoit 500 "erreur interne du serveur" et le message ci-dessous est le journal des erreurs
Malheureusement, Microsoft a ajouté une nouvelle intelligente
[[html]]
- "feature" to Internet Explorer. If the text of
- an error's message is "too small", specifically
- less than 512 bytes, Internet Explorer returns
- it's own error message. You can turn that off,
- but it's pretty tricky to find switch called
- "smart error messages". That means, of course,
- that short error messages are censored by default.
- IIS always returns error messages that are long
- enough to make Internet Explorer happy. The
- the workaround is pretty simple: pad the error
- message with a big comment like this to push it
- over the five hundred and twelve bytes minimum.
[[/html]]
Quelqu'un a-t-il ce problème avant et pouvez-vous me montrer comment résoudre cela?