WebResource.axd and ScriptResource.axd + 404 not found…

Maybe the HTTP handler was deactived globally. You could try to add this to the httpHandler section of your web.config and see what happens:

<add path="WebResource.axd" verb="GET" type="System.Web.Handlers.AssemblyResourceLoader" validate="true"/>