Page 1 of 1

What does this error message mean?

Posted: Fri Jun 26, 2009 12:19 pm
by Chris Hadden
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

Re: What does this error message mean?

Posted: Fri Jun 26, 2009 2:00 pm
by mwolf
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?

Re: What does this error message mean?

Posted: Fri Jun 26, 2009 3:36 pm
by nickc
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).

Re: What does this error message mean?

Posted: Fri Jun 26, 2009 7:59 pm
by Chris Hadden
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.

Re: What does this error message mean?

Posted: Fri Jun 26, 2009 9:50 pm
by afm
"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$

Re: What does this error message mean?

Posted: Sat Jun 27, 2009 5:01 am
by Chris Hadden
Don't I want spiders indexing my site?

Re: What does this error message mean?

Posted: Sat Jun 27, 2009 9:21 am
by afm
Yes. But not the *.axd URL's. Those URL's do not point to content, but things like javascript or CSS.