Web.config Error

web.config

I developed an asp.net application and tested on my pc and every thing works fine. But, when i deployed it on the server it comes up with the follwing error:

Could not load file or assembly 'System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified.

Any help appreciated.

Best Answer

Just copy the System.Web.Extensions.dll into the bin directory of your web application