ASP.NET MVC with SQL Server backend returns old data when query is executed

Posted by synergetic on Stack Overflow See other posts from Stack Overflow or by synergetic
Published on 2010-06-12T01:37:01Z Indexed on 2010/06/12 1:42 UTC
Read the original article Hit count: 298

Filed under:
|
|
|

My ASP.NET MVC web app has a weird issue. In VS debugging mode it works as expected, but when I publish it to dedicated web server (windows 2003, IIS6) a sql query returns previous data even though underlying data was already updated through the same connection. It looks like as if a query returns cached data. What might be the problem?

© Stack Overflow or respective owner

Related posts about ASP.NET

Related posts about sql