Asp.net static object appears sometimes as non global

zjack.6benp

New Member
I have an android application as client and ASP.Net + ADO.Net hosted on GoDaddy server. The asp.net has static data structure which stores (among other) the android locations, this data structure is persist also to SQL server 2008 data base. each time the android client change position it send its location to the server which update the data structure and data base. each time the applicaton start the data structure is filled according to the persist data from the data base. The Problems : altough the data structure is static thus should be global it looks like sometimes there are more then one instances of this static data structure.Is anyone aware of this issue ?How can i prevent this from hapening ?Nathan
 
Back
Top