What else can cause the "Padding is invalid and cannot be removed" exception with WebResource.axd?

Recently several of my applications started throwing exceptions with the message Padding is invalid and cannot be removed

intermitently

My applications already have the machine key specified in the web.config file as suggested in this thread

Applications are deployed on a single Windows 2003 server with IIS6.

+2


a source to share


1 answer


Usually on webResource.axd this is because the key that follows webResource.axd in the url has been converted to lowercase from the crawler or changed altogether



+1


a source







All Articles