9 messaggi dal 01 febbraio 2002
Buona serata a tutti !!

Ho dei problemi di pubblicazione del sito che stò faticosamente cercando di pubblicare.


L'errore è :

Server Error in '/' Application.
--------------------------------------------------------------------------------

Runtime Error
Description: 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.

Details: To enable the details of this specific error message to be viewable on remote machines, please create a <customErrors> tag within a "web.config" configuration file located in the root directory of the current web application. This <customErrors> tag should then have its "mode" attribute set to "Off".


<!-- Web.Config Configuration File -->

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


<!-- Web.Config Configuration File -->

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


LEGGENDO UN PRECEDENTE POST HO GIA' PROVATO A MODIFICARE IL
<customErrors mode="Off"/> MA NON RIESCO COMUNQUE A VISUALIZZARE L'ERRORE.

Come posso fare ? E' il mio primo sito in ASP.NET....

Grazie per l'aiuto.

Alessandro
29 messaggi dal 25 gennaio 2002
Ciao
ma normalmente sull'errore va sulla pagina specificata ? se hai lasciato creare il web.config a visual studio controlla che quella parte non sia commentata
ciao
9 messaggi dal 01 febbraio 2002
Ciao !!

effettivamente ho lasciato creare il web config da Visual Studio Express e quelle linee sono commentate... ma pensavo che mettendo <customErrors mode="Off"/> prendesse un default.

Ora provo a scommentare:
<customErrors mode="RemoteOnly" defaultRedirect="GenericErrorPage.htm">
<error statusCode="403" redirect="NoAccess.htm" />
<error statusCode="404" redirect="FileNotFound.htm" />
</customErrors>

GRAZIE

ciao
9 messaggi dal 01 febbraio 2002
MMMMMM !!! Non è cambiato nulla...
74 messaggi dal 06 maggio 2001
Anche io ho il tuo stesso problema ed ho riesumato questo vecchio topic: http://forum.aspitalia.com/forum/post/260926/Provare-Remoto-Sito.aspx#260926
Se avessi visto prima questa discussione avrei postato qui'.
Modificato da roby1483 il 19 febbraio 2007 16.23 -
9 messaggi dal 01 febbraio 2002
Ho letto anche io quel post ma non ho trovato una soluzione... Tu ci sei riuscito? Effettivamente anche a me viene il dubbio che non sia installato asp.net 2.0 ma il framework precedente.... io invece non uso Ajax.Net.
Se hai notizie fammi sapere !!!

ciao
Alessandro

Torna al forum | Feed RSS

ASPItalia.com non è responsabile per il contenuto dei messaggi presenti su questo servizio, non avendo nessun controllo sui messaggi postati nei propri forum, che rappresentano l'espressione del pensiero degli autori.