Lots of error messages for ScriptResource.axd

For general questions and discussions specific to the AbleCommerce 7.0 Asp.Net product.
Post Reply
Mike718NY
Commodore (COMO)
Commodore (COMO)
Posts: 485
Joined: Wed Jun 18, 2008 5:24 pm

Lots of error messages for ScriptResource.axd

Post by Mike718NY » Wed Mar 31, 2010 8:15 am

Looking in the Event logs, I see this error a lot:

Code: Select all

Event code: 3005 
Event message: An unhandled exception has occurred. 
Event time: 3/31/2010 9:13:40 AM 
Event time (UTC): 3/31/2010 1:13:40 PM 
Event ID: 343c2ba2b60e49838ae91f72782f167f 
Event sequence: 16518 
Event occurrence: 79 
Event detail code: 0 
 
Application information: 
    Application domain: xxxxxxxxxxxxxxx
    Trust level: Full 
    Application Virtual Path: / 
    Application Path: G:\Home\WWW\www.xxxxxxxx.com\ 
    Machine name: xxxxxxxxxxxx
 
Process information: 
    Process ID: 3548 
    Process name: w3wp.exe 
    Account name: NT AUTHORITY\NETWORK SERVICE 
 
Exception information: 
    Exception type: HttpException 
    Exception message: Invalid viewstate. 
 
Request information: 
    Request URL: http://www.xxxxx.com/ScriptResource.axd?d=iMYwOOtvu4KoOQw7F48_4NhMDK0LFauw_z8jbx43MRk2RS4GKy63kXJ6OiOuznbnrCGM40FT-IDEAS-C429.aspx 
    Request path: /ScriptResource.axd 
    User host address: xxxxxxxxx
    User:  
    Is authenticated: False 
    Authentication Type:  
    Thread account name: NT AUTHORITY\NETWORK SERVICE 
 
Thread information: 
    Thread ID: 3 
    Thread account name: NT AUTHORITY\NETWORK SERVICE 
    Is impersonating: False 
    Stack trace:    at System.Web.UI.Page.DecryptStringWithIV(String s, IVType ivType)
   at System.Web.UI.Page.DecryptString(String s)
   at System.Web.Handlers.ScriptResourceHandler.DecryptParameter(NameValueCollection queryString)
   at System.Web.Handlers.ScriptResourceHandler.ProcessRequestInternal(HttpResponse response, NameValueCollection queryString, VirtualFileReader fileReader)
   at System.Web.Handlers.ScriptResourceHandler.ProcessRequest(HttpContext context)
   at System.Web.Handlers.ScriptResourceHandler.System.Web.IHttpHandler.ProcessRequest(HttpContext context)
   at System.Web.HttpApplication.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()
   at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)

Is this something that needs to be fixed?

User avatar
mazhar
Master Yoda
Master Yoda
Posts: 5084
Joined: Wed Jul 09, 2008 8:21 am
Contact:

Re: Lots of error messages for ScriptResource.axd

Post by mazhar » Wed Mar 31, 2010 8:37 am

Please have a look at this thread
viewtopic.php?f=42&t=12541

Post Reply