3 messaggi dal 21 marzo 2006
A ME VIENE FUORI QUESTO ERRORE CHE SIGNIFICA ? HELP PLEASE



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>
575 messaggi dal 23 giugno 2003
www.padovaboy.it
Te lo scrive lui stesso...è avvenuto un errore ma non te lo può dire con chiarezza perchè non stai testando il sito sulla stessa macchina che lo serve...per questioni di sicurezza nasconde la descrizione completa dell'errore.

www.padovaboy.it dal 2001 con furore :D
3 messaggi dal 21 marzo 2006
Ok ho sistemato.. Ora sembra vada tutto xo quando provo a caricare un file e clicco su invia al server, non fa nulla non carica nemmeno la pagina.. Xke?
3 messaggi dal 21 marzo 2006
Ora sembra vada tutto xo mi solo alcune volte questo errore a seconda della dimensione del file:


Specified argument was out of the range of valid values.
Parameter name: length
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

Exception Details: System.ArgumentOutOfRangeException: Specified argument was out of the range of valid values.
Parameter name: length

Source Error:

Line 41: Dim data(1024) As Byte
Line 42: Do
Line 43: size = z.Read(data, 0, data.Length)
Line 44: If (size > 0) Then
Line 45: streamWriter.Write(data, 0, size)


CHE SIGNIFICA ? PLEASE HELP ME

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.