What does this error message mean?

For general questions and discussions specific to the AbleCommerce 7.0 Asp.Net product.
Post Reply
Chris Hadden
Commander (CMDR)
Commander (CMDR)
Posts: 182
Joined: Tue Jan 27, 2009 2:29 pm

What does this error message mean?

Post by Chris Hadden » Fri Jun 26, 2009 12:19 pm

Error An error has occured at http://www.cameojewelrysupply.com/Scrip ... 3642819121 Exception has been thrown by the target of an invocation.; Padding is invalid and cannot be removed.

Thanks

mwolf
Lieutenant, Jr. Grade (LT JG)
Lieutenant, Jr. Grade (LT JG)
Posts: 50
Joined: Mon Jul 02, 2007 9:37 pm
Location: Chicago, IL
Contact:

Re: What does this error message mean?

Post by mwolf » Fri Jun 26, 2009 2:00 pm

It is kind of hard to tell what the issue is with out seeing the code. Have you been changing/adding inline styles to that page recently?

User avatar
nickc
Captain (CAPT)
Captain (CAPT)
Posts: 276
Joined: Thu Nov 29, 2007 3:48 pm

Re: What does this error message mean?

Post by nickc » Fri Jun 26, 2009 3:36 pm

If consistent and frequent, likely a web farm/machine key issue (http://blog.aproductofsociety.org/?p=11).
If infrequent, it may be a by-product of a spider or crawler accessing the site with a cached version of a page in which the .axd has expired - the decryption key is invalidated, and that's what is throwing the error (http://forums.asp.net/t/1019434.aspx).

Chris Hadden
Commander (CMDR)
Commander (CMDR)
Posts: 182
Joined: Tue Jan 27, 2009 2:29 pm

Re: What does this error message mean?

Post by Chris Hadden » Fri Jun 26, 2009 7:59 pm

I do not know what "inline styles are so I have to say no to that. Yes these are consistant errors a bunch of them seem to be generated, often at night.No one is on the site.

afm
Captain (CAPT)
Captain (CAPT)
Posts: 339
Joined: Thu Nov 03, 2005 11:52 pm
Location: Portland, OR
Contact:

Re: What does this error message mean?

Post by afm » Fri Jun 26, 2009 9:50 pm

"a bunch of them seem to be generated, often at night" makes me think it is a spider indexing your site. Add an exclusion to your robots.txt files like so:

User-agent: *
Disallow: /*.axd$
Andy Miller
Structured Solutions

Shipper 3 - High Velocity Shipment Processing

Chris Hadden
Commander (CMDR)
Commander (CMDR)
Posts: 182
Joined: Tue Jan 27, 2009 2:29 pm

Re: What does this error message mean?

Post by Chris Hadden » Sat Jun 27, 2009 5:01 am

Don't I want spiders indexing my site?

afm
Captain (CAPT)
Captain (CAPT)
Posts: 339
Joined: Thu Nov 03, 2005 11:52 pm
Location: Portland, OR
Contact:

Re: What does this error message mean?

Post by afm » Sat Jun 27, 2009 9:21 am

Yes. But not the *.axd URL's. Those URL's do not point to content, but things like javascript or CSS.
Andy Miller
Structured Solutions

Shipper 3 - High Velocity Shipment Processing

Post Reply