views:

29

answers:

1

Recently, a couple of my applications have started throwing exceptions with the message Padding is invalid and cannot be removed intermitently

My applications already have a machineKey specified in the web.config as suggested in this thread

The applications are deployed to a single Windows 2003 server running IIS6.

+1  A: 

Usually on webResource.axd this is happens because the key that follows the webResource.axd on the url, have been convert to lowercase from the crawler, or in general changed

Aristos
I take it this is not something that can be avoided?
BigChrisDiD
@BigChrisDid5 depends from where this message appears. If there are from webresource.asd you do not need to do something, just check the computer ip that makes it what it is (crawler, hacker...) If this message is coming from a page then is some think that you can do to avoid it.
Aristos