Click here to Skip to main content
15,891,136 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
hello!
i designed a web application which run on a local network.
i use .net membership structure and controls .
15 users are login syncronizely
i have a big problem , some times when a user log in , the system disconnect and i should reset iis to recover it.
this is because, the others log out.and users see an error that say 'null refrence...' because their information is empty.
and some times when user X log in the loginView show his name as Y (another user name) and/or when he register a record his name as registered as W .
i dont know, what can I do?
please help me.
my system is under run and i can not stop it for more than alittle time.
Posted

1 solution

You did not mention if this is a database application. what is the error that you are getting? jut a null reference? but on what? what may be happening is a time out and then you check your result and it is null since the db did not return anything.
IMHO
 
Share this answer
 
v2

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