synchronization - Synchronize multiple web-servers when using Linq -


today i'm running single asp.net 4 iis web-server , single sql-server. need start second web-server manage load get. problem when use linq framework caches data database on web-server resulting in server getting out of sync. run (sample) databasedatacontext.mytable.first(some condition) , submit data database after changing it, still old data cached on web-server did not change.

how solve this, there settings forcing linq check last modified or other checks on tables involved.

any ideas or tutorials on how manage multiple servers , using linq.

br andreas


Comments