I get this error when pushing our website to our clients production server however the page works absolutely fine on their dev / test servers. What causes this error (consideri
Can you get a full stack trace on this error? There will be one in the server event log (system or application, can't remember which)?
There are various parts of ASP.NET that use script resources, and at least two slightly obscure causes of them failing with this sort of error I can think of.
There are lots of other causes (such as incorrect uris, or querystrings getting corrupted as mentioned above), but having a full stack trace will help here.