Problema in produzione

venerdì 25 novembre 2005 - 12.13

hya77 Profilo | Newbie

Ciao! il mio progetto da quest'errore lanciato in produzione. Che vuol dire?????
GRAZIE :)


Server Error in '/AutLav' 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>

Brainkiller Profilo | Guru

>Ciao! il mio progetto da quest'errore lanciato in produzione.
>Che vuol dire?????
>GRAZIE :)

Che c'è un problema nel codice della tua applicazione. Se leggi attentamente il messaggio, il Framework ti suggerisce di aprire il file web.config della tua applicazione e di aggiungere il seguente codice:

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

In quetso modo quando rilanci l'applicazione ti apparirà il messaggio d'errore e la linea dove è andato in errore.
Ciao

David De Giacomi
Microsoft MVP
http://blogs.dotnethell.it/david/

hya77 Profilo | Newbie

ORA MI DA 1 ALTRO ERRORE....

The method or operation is not implemented.
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.NotImplementedException: The method or operation is not implemented.

Source Error:

An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.

Stack Trace:


[NotImplementedException: The method or operation is not implemented.]
System.Attribute.System.Runtime.InteropServices._Attribute.Invoke(UInt32 dispIdMember, Guid& riid, UInt32 lcid, Int16 wFlags, IntPtr pDispParams, IntPtr pVarResult, IntPtr pExcepInfo, IntPtr puArgErr) +31
ApplicWeb.Lavori.POPOLA_LAVORO() in C:\Inetpub\wwwroot\Homeappl\ApplicWeb\Lavori.aspx.vb:443
ApplicWeb.Lavori.Page_Load(Object sender, EventArgs e) in C:\Inetpub\wwwroot\Homeappl\ApplicWeb\Lavori.aspx.vb:327
System.Web.UI.Control.OnLoad(EventArgs e) +67
System.Web.UI.Control.LoadRecursive() +35
System.Web.UI.Page.ProcessRequestMain() +750

:( CAMBIO MESTIERE :(


HYA NON E' ROCK MA HARD ROCK!
Partecipa anche tu! Registrati!
Hai bisogno di aiuto ?
Perchè non ti registri subito?

Dopo esserti registrato potrai chiedere
aiuto sul nostro Forum oppure aiutare gli altri

Consulta le Stanze disponibili.

Registrati ora !
Copyright © dotNetHell.it 2002-2024
Running on Windows Server 2008 R2 Standard, SQL Server 2012 & ASP.NET 3.5