I am getting an error on my ASPX 2.0 (AJAX enabled) system lately. I
did not change my code in any way. The system is on a shared server so
it might be related to my provider. But I am not sure.
Also, the error happens not all the time. Maybe 10 times out of 1000.
Any suggestion?
Details
System.NullRefe renceException: Object reference not set to an instance
of an object. at System.Web.UI.P age.DecryptStri ng(String s) at
System.Web.UI.P age.ProcessRequ estMain(Boolean
includeStagesBe foreAsyncPoint, Boolean includeStagesAf terAsyncPoint)
Details Outer Ex:
Exception of type 'System.Web.Htt pUnhandledExcep tion' was thrown.
Stack Trace:
at System.Web.UI.P age.HandleError (Exception e) at
System.Web.UI.P age.ProcessRequ estMain(Boolean
includeStagesBe foreAsyncPoint, Boolean includeStagesAf terAsyncPoint)
at System.Web.UI.P age.ProcessRequ est(Boolean
includeStagesBe foreAsyncPoint, Boolean includeStagesAf terAsyncPoint)
at System.Web.UI.P age.ProcessRequ est() at
System.Web.UI.P age.ProcessRequ estWithNoAssert (HttpContext context) at
System.Web.UI.P age.ProcessRequ est(HttpContext context) at
ASP.add_custome r_aspx.ProcessR equest(HttpCont ext context) at
System.Web.Http Application.Cal lHandlerExecuti onStep.System.W eb.HttpApplicat ion.IExecutionS tep.Execute()
at System.Web.Http Application.Exe cuteStep(IExecu tionStep step,
Boolean& completedSynchr onously)
did not change my code in any way. The system is on a shared server so
it might be related to my provider. But I am not sure.
Also, the error happens not all the time. Maybe 10 times out of 1000.
Any suggestion?
Details
System.NullRefe renceException: Object reference not set to an instance
of an object. at System.Web.UI.P age.DecryptStri ng(String s) at
System.Web.UI.P age.ProcessRequ estMain(Boolean
includeStagesBe foreAsyncPoint, Boolean includeStagesAf terAsyncPoint)
Details Outer Ex:
Exception of type 'System.Web.Htt pUnhandledExcep tion' was thrown.
Stack Trace:
at System.Web.UI.P age.HandleError (Exception e) at
System.Web.UI.P age.ProcessRequ estMain(Boolean
includeStagesBe foreAsyncPoint, Boolean includeStagesAf terAsyncPoint)
at System.Web.UI.P age.ProcessRequ est(Boolean
includeStagesBe foreAsyncPoint, Boolean includeStagesAf terAsyncPoint)
at System.Web.UI.P age.ProcessRequ est() at
System.Web.UI.P age.ProcessRequ estWithNoAssert (HttpContext context) at
System.Web.UI.P age.ProcessRequ est(HttpContext context) at
ASP.add_custome r_aspx.ProcessR equest(HttpCont ext context) at
System.Web.Http Application.Cal lHandlerExecuti onStep.System.W eb.HttpApplicat ion.IExecutionS tep.Execute()
at System.Web.Http Application.Exe cuteStep(IExecu tionStep step,
Boolean& completedSynchr onously)
Comment