Questions tagged [webresource.axd]
150 questions
30
votes
3 answers
"Padding is Invalid and cannot be removed" exception on WebResource.axd
I have an ASP.NET 2.0 application that is working fine in our local environment. When published to a test server, we're getting intermittent errors on the server.
Here's the most common:
Padding is invalid and cannot be removed.
Description: An…

Ben Scheirman
- 40,531
- 21
- 102
- 137
25
votes
5 answers
ASP.NET: WebResource.axd call 404 error: how to know which assembly/resource is missing or responsible?
I get a 404 HTTP status error (not found) on a specific WebResource.axd call inside an ASP.NET 3.5 (AJAX) web application. I guess the error is thrown because a specific referenced assembly is missing in the bin folder/GAC. But I don't know which,…

splattne
- 102,760
- 52
- 202
- 249
16
votes
4 answers
WebResource.axd requested without parameters - This is an invalid webresource request
I'm finding this problem every now and then in my production website, and it has me absolutely stumped...
My app works perfectly in both dev and production, but every now and then, I get an e-mail from my global error handling with this:
MESSAGE:…

Daniel Magliola
- 30,898
- 61
- 164
- 243
16
votes
6 answers
Getting "The WebResource.axd handler must be registered in the configuration to process this request." error
I'm getting this error while running my ASP.NET app on IIS7. I've tried doing what it says to do but it doesn't help.
The WebResource.axd handler must be
registered in the configuration to
process this request.
>