Mondeo Posted January 4, 2007 Posted January 4, 2007 I'm getting intermittant errors from my global exception hander mentioning this file, its simply Path '/WebResource.axd' was not found. What is this file, what does it do etc? And why would I be getting this error? Thanks Quote
MrPaul Posted January 4, 2007 Posted January 4, 2007 WebResource.axd is a special URL provided by ASP.Net 2.0 which is used to serve resources which are embedded in an assembly (images, scripts, css, etc). An example would be the form validation scripts which are part of the ASP.Net server controls. Note that the file WebResource.axd does not physically exist! As for why you're getting 404s on this URL, that is certainly unusual behaviour. I would suggest trying Google etc. For example, this page may apply to you. Good luck :) Quote Never trouble another for what you can do for yourself.
Mondeo Posted January 4, 2007 Author Posted January 4, 2007 I think I know why the 404's were being generated. At the time we were running a web crawler type application to check for broken links, its a brand new site and we were just giving it the final checks. I presume somehow this app tried accessing the file somehow in a way that wasn't expected and it triggered these errors. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.