Posted on: 9/18/2014 4:27:29 PM | Views : 409

I am experiencing issues that I can not fully explain. Hoping someone out there can shed some light.
1) Have an ASP.net page that I changed the code on the server side.  Some people are having an issue where the page is not processing the code change.  I have cleared their browser cache and it works for a little while then reverts back to the old code.
2) An another ASP page, I have the user select a text file  on the local PC.  My code opens the file, reads line by line through looping code and inserts the content into a SQL database record.  Some of my users are experiencing an issue where the file they select is not the file being read.  It is pulling an older file (either the file the read earlier that day or a file they read two days ago).  Clearing local cache has no effect on fix.  Rebooting server is only solution I found to fix it but very drastic.
Could I have a problem with caching on the server or am I d ...

Go to the complete details ...