Allez dans l’administration IIS
Gestionnaire des services internet (IIS)
Sites => votreSite => section IIS de la page => selectionnez ASP
Option Comportement => Activer les chemins d’accès relatifs au répertoire parent => mettre sur true
Pour visual studio 2019
trouver le dossier caché .vs => votreProjet => dossier config => fichier applicationhost.config
noeud asp ajouter enableParentPaths= »true »
<asp scriptErrorSentToBrowser= »true » appAllowDebugging= »true » enableParentPaths= »true »>