Mi scusi djciko

Ho provato a disattivare quei comandi ( non so se ci sono riuscito, ho messo false apposto di true, ed era uguale, ho provato con off ed era uguale lo stesso )
Ho provato a cancellare quelle 2 stringhe ma compare un'altro errore poi


codice:
 
<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. 
 

<configuration> 
<system.web> 
<customErrors mode="RemoteOnly" defaultRedirect="mycustompage.htm"/> 
</system.web> 
</configuration>