c# - ASP.net web forms app "on server" getting old data values using Entity framework -


i published asp.net web forms app on hosting server,

after updating data in sql database using entity framework, app still returning old values.

is possible, or i'm going crazy.

the problem i'm using static datacontext in entity framework. huge mistake unit of work object.

my references:

should data contexts static?

entity framework context static

linq sql datacontext lifetime management


Comments

Popular posts from this blog

c - CUDA code not processing if block properly -

oracle11g - get root domain from url Oracle sql regex_substr -

xcode - Swift Playground - Files are not readable -