Visualizzazione dei risultati da 1 a 3 su 3

Discussione: debugging da remoto

  1. #1

    debugging da remoto

    Ciao a tutti,
    sto lavorando da remoto con ASP.NET e ogni volta che c'e' un errore nel mio codice ecco il Runtime error che mi compare:

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

    Sapete se posso modificare questi settaggi e come in modo che anche da remoto posso con un browser visualizzare l'errore?

  2. #2
    Utente di HTML.it L'avatar di ciupaz
    Registrato dal
    Dec 2000
    residenza
    Milano
    Messaggi
    848
    Significa che c'è un errore nell'applicazione.
    Prova ad aprire il file web.config e aggiungere queste righe:

    <configuration>
    <system.web>
    <customErrors mode="Off"/>
    </system.web>
    </configuration>

    e richiama l'applicazione

  3. #3

    Grazie Ciupax...funziona!

    Ho fatto come dici e ora finalmente debuggo !!!!

Permessi di invio

  • Non puoi inserire discussioni
  • Non puoi inserire repliche
  • Non puoi inserire allegati
  • Non puoi modificare i tuoi messaggi
  •  
Powered by vBulletin® Version 4.2.1
Copyright © 2025 vBulletin Solutions, Inc. All rights reserved.