Todd - 2010-02-23

This can be corrected by adding the following to httpd.conf

<File ~ “\.(axd|asmx)$”>
AspNet Virtual
</Files>

so that requests to the virtual WebResource.axd can be handled by asp.net
This may also solve Bug#1869295