Click here to Skip to main content
15,881,598 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
Dear All,

I am facing a very serious issue which need to be fixed fast. Once the application is hosted in server and when I comes to certain screens, data is getting vanished. This happens rarely not frequently. I need to log out from the application and to log in again to get back the data. In my development environment it is working perfect.
Server Details:
Windows Server 2008 R2 (Service Pack 1)
What might be the reason for this data vanishing? Am I missing any steps to be done?

Please suggest

Rameez
Posted
Comments
_Asif_ 15-May-14 9:44am    
You have provided very little information. Did you check whether your session is not getting timeout?
CHill60 15-May-14 9:53am    
What do you mean by data vanishing? No longer displayed on screen, deleted from database? What?

If it works in your debug environment correctly always then sounds most likely you have forgotten to zero a record or something that you are relying on being zero.

The debug environment does one special thing it zeros all memory something that doesn't happen when running outside the debug environment.
 
Share this answer
 
As i analysis this problem which occurs during the application is running simultaneously am doing some modification or executing the query or anything am doing something on server database.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900