salve a tutti
due utenti mi hanno inviato il seguente errore dato da un apllicativo posto su un server interno
pire
leggendo e rileggendo l'errore proprio non riesco a capire l'errore a cosa indica
faccio notare che al sito web in LAN si connettono un centinaio di persone, e solo a 2 persone ha dato questo errore
devo preoccuparmi?
oppure c'è quaclosa che non va nel server?
l'errore parla di deserializzazione,sembra che non sia riuscito a deserializzare la pagina
codice:System.Web.HttpUnhandledException: Exception of type System.Web.HttpUnhandledException was thrown. ---> System.Web.HttpException: Invalid_Viewstate_Client_Disconnected Client IP: 10.184.22.11 Port: 2131 User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; .NET CLR 1.1.4322) ViewState: ************************** Http-Referer: http://*************/ItemsPianificazione.Aspx Path: /Ge@/ItemsPianificazione.Aspx. ---> System.FormatException: Invalid length for a Base-64 char array. at System.Convert.FromBase64String(String s) at System.Web.UI.LosFormatter.Deserialize(String input) at System.Web.UI.Page.LoadPageStateFromPersistenceMedium() --- End of inner exception stack trace --- at System.Web.UI.Page.LoadPageStateFromPersistenceMedium() --- End of inner exception stack trace --- at System.Web.UI.Page.LoadPageStateFromPersistenceMedium() at System.Web.UI.Page.LoadPageViewState() at System.Web.UI.Page.ProcessRequestMain() --- End of inner exception stack trace --- at System.Web.UI.Page.HandleError(Exception e) at System.Web.UI.Page.ProcessRequestMain() at System.Web.UI.Page.ProcessRequest() at System.Web.UI.Page.ProcessRequest(HttpContext context) at System.Web.CallHandlerExecutionStep.System.Web.HttpApplication+IExecutionStep.Execute() at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)