recently I added some pretty slick back-end things to our site, one of which was some code that sends me all unhandled errors. Well, this is all fine and good and it works like a charm, perfectly everytime ...but then I started seeing these errors and I'm not quite sure why but I have a theory.

I found a few things on the web that talk about web resources (and web references) using the page below to talk to APIs ...we happen to have the googlemap API on our page. Is that whats causing the error? Or is it some server (machine) config issue?

Exception generated on Monday, April 24, 2006, at 3:10 PM

Page location: /WebResource.axd

Message: This is an invalid webresource request.

Source: System.Web

Method: Void System.Web.IHttpHandler.ProcessRequest(System.Web. HttpContext)

Stack Trace :

at System.Web.Handlers.AssemblyResourceLoader.System. Web.IHttpHandler.ProcessRequest(HttpContext context)
at System.Web.HttpApplication.CallHandlerExecutionSte p.System.Web.HttpApplication.IExecutionStep.Execut e()
at System.Web.HttpApplication.ExecuteStep(IExecutionS tep step, Boolean& completedSynchronously)