Page name: POST call https://www.maisondelaculture.ca/Salle-Odyssee/spectacles/https://osgatineau.ca/concert/le-romantisme-de-rachmaninov/
Edit | BackDate Scraped: 2025-11-20 02:31:53 -0500
Last Successful Refresh: 2025-11-14 16:14:46 -0500
Created: 2024-06-05 17:19:40 -0400
Updated: 2025-11-20 02:31:53 -0500
HTTP Response Code: 400
Html:
<!DOCTYPE html><html><head>
<title>Erreur d'exécution</title>
<meta name="viewport" content="width=device-width">
<style>
body {font-family:"Verdana";font-weight:normal;font-size: .7em;color:black;}
p {font-family:"Verdana";font-weight:normal;color:black;margin-top: -5px}
b {font-family:"Verdana";font-weight:bold;color:black;margin-top: -5px}
H1 { font-family:"Verdana";font-weight:normal;font-size:18pt;color:red }
H2 { font-family:"Verdana";font-weight:normal;font-size:14pt;color:maroon }
pre {font-family:"Consolas","Lucida Console",Monospace;font-size:11pt;margin:0;padding:0.5em;line-height:14pt}
.marker {font-weight: bold; color: black;text-decoration: none;}
.version {color: gray;}
.error {margin-bottom: 10px;}
.expandable { text-decoration:underline; font-weight:bold; color:navy; cursor:hand; }
@media screen and (max-width: 639px) {
pre { width: 440px; overflow: auto; white-space: pre-wrap; word-wrap: break-word; }
}
@media screen and (max-width: 479px) {
pre { width: 280px; }
}
</style>
</head>
<body bgcolor="white">
<span>
<h1>Erreur du serveur dans l'application '/'.<hr width="100%" size="1" color="silver"></h1>
<h2> <i>Erreur d'exécution</i> </h2>
</span>
<font face="Arial, Helvetica, Geneva, SunSans-Regular, sans-serif ">
<b> Description : </b>Une erreur d'application s'est produite sur le serveur. Les paramètres d'erreur personnalisés actuels pour cette application empêchent l'affichage à distance des détails de l'erreur de l'application (pour des raisons de sécurité). Cependant, ils peuvent être affichés par les navigateurs qui s'exécutent sur l'ordinateur serveur local.
<br>
<br>
<b>Détails:</b> Pour permettre l'affichage des détails de ce message d'erreur spécifique sur les ordinateurs distants, créez une balise <customErrors> dans un fichier de configuration "web.config" situé dans le répertoire racine de l'application Web en cours. Attribuez ensuite la valeur "off" à l'attribut "mode" de cette balise <customErrors>.<br>
<br>
<table width="100%" bgcolor="#ffffcc">
<tbody>
<tr>
<td>
<code>
<pre>
<!-- Fichier de configuration Web.Config -->
<configuration>
<system.web>
<customErrors mode="Off"/>
</system.web>
</configuration></pre>
</code>
</td>
</tr>
</tbody>
</table>
<br>
<b>Remarques:</b> La page d'erreurs actuellement affichée peut être remplacée par une page d'erreurs personnalisée. Pour ce faire, modifiez l'attribut "defaultRedirect" de la balise de configuration <customErrors> de l'application, de sorte qu'il pointe vers une URL de la page d'erreurs personnalisée.<br>
<br>
<table width="100%" bgcolor="#ffffcc">
<tbody>
<tr>
<td>
<code>
<pre>
<!-- Fichier de configuration Web.Config -->
<configuration>
<system.web>
<customErrors mode="RemoteOnly" defaultRedirect="mycustompage.htm"/>
</system.web>
</configuration></pre>
</code>
</td>
</tr>
</tbody>
</table>
<br>
</font></body></html>