I have tried updating the nuget package, tried replacing i've even deleted the file and re installed but still this is occurring when i try to upload it in My domain hosting in godaddy. 
Previously i had a error that allowDefinition='MachineToApplication' beyond application level. I googled it and changet it in my web config. now the problem is with this error. ive even changed the dependent assembly to
    <dependentAssembly xmlns="urn:schemas-microsoft-com:asm.v1">
      <assemblyIdentity name="Newtonsoft.Json" publicKeyToken="30ad4fe6b2a6aeed" culture="neutral" />
      <bindingRedirect oldVersion="0.0.0.0-6.0.0.0" newVersion="7.0.0.0" />
    </dependentAssembly>
The current version of Newtonsoft.json im using is 7.0.1.. can any one guide me i'm new to this.
Note: The Hosting which i'm using is plesk hosting and my .net is 4.5

