asp.net ajax - Why do some ScriptResource.axd calls succeed and others fail? -
we have website runs on asp.net 4.
i notice website renders 2 scriptresource.axd requests. on our qa environment 1 request succeeds , other request fails (with 404 error). on other environments both calls succeed.
the request urls are...
why second 1 fail?
i've read these calls relate different dlls, i'm guessing 1 dll not on server? don't know dlls.
am on right track? thoughts?
this must have been problem asp.net. deleted website in iis , re-created it.
problem solved!
Comments
Post a Comment