I searched for the answer to my 'Error: ASP.NET Ajax client-side framework failed to load' question but found a bunch of thing that didin't help me at all.
So my situation is:
I have VS2008 installed on my local machine which has Microsoft .NET Framework Version:2.0.50727.3053; ASP.NET Version:2.0.50727.3053 intalled (pasted from a forced error in my app).
The web app runs 100% fine on my local environment but when it comes to running on the server it gets the error mentioned above.
The app was developed from scratch using ASP .NET 3.5, so as I understand it all of the Ajax functionality shouldn't need anything special.
The front page does finish loading but there are 2 areas of 'trouble' after the error. One is the Accordions on the page. They don't even attempt to move (I'm sure this is because of the Ajax not loading). The other is the buttons on the page that change their background image upon mouseover. They just produce an error.
The version on the server is Microsoft .NET Framework Version:2.0.50727.1433; ASP.NET Version:2.0.50727.1433. I am not sure what versions mean, but I am open to trying/doing whatever is needed to get this up and going.
Thanks in advance (~.o)