asp.nettelerikwebresource.axdaxd

ASP.NET AXD resources getting blocked at client side?


I have a web application that I am hosting, and a client of mine is reporting that certain Telerik javascript libraries that are included within the site (but not all of them) are not working properly.

What I was able to diagnose so far was that at some point at the process, the WebResource.axd resources that contain the Telerik javascript code are getting blocked. Asking the client to navigate directly to the AXD file itself with the same querystring is yielding a "The connection to the server was reset" error message in Internet Explorer.

The client has tried downloading that file from several machines at their location, as well as a machine outside of their firewall and network, and a machine running at their home, and gets the same error each time. They have tried using both Internet Explorer and Firefox.

However, I am able to successfully download the same file both inside our hosting network, outside of it, and from my home connection.

According to the IIS logs, all logged attempts to download the resource yielded a 200 HTTP OK result.

Other things that have been attempted:

I'm at a loss now for what could even possibly be the problem at this point. Our hosting server has been hosting dozens of different ASP.NET applications (including several instances of the one in question) for years and this is the first complaint I've seen regarding this.

I'm 99% sure that the issue is something on the client's end with an improper firewall or router content filtering configuration, but that doesn't explain why the client is seeing the same issues both outside the firewall and at home.

Any ideas as to what could be going wrong or even what further questions to ask? Has anyone seen anything even remotely like this?


Solution

  • Never did figure out what the issue was, but updating the RadControls to the latest (Q1'09 final) seemed to resolve the issue.