Jump to content
Xtreme .Net Talk

Recommended Posts

Posted

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

Posted

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 :)

Never trouble another for what you can do for yourself.
Posted

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.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...