Click here to Skip to main content
15,910,872 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi guys and girls.
Here's what I need to do. The project I wrote is going to be launched on a network shared by atleast five computers. Now I need to check if the user has previously logged into the application with his specific computer. I know how to do this by checking the registry using "Application.UserAppDataRegistry.GetValue", however the client doesn't want it like that. What he wants is to use the web.config file for this, if that makes any sense. I basically need to open up a form where they can set their connection if they are logging in for the first time on that computer. Hope this makes sense.
Posted
Comments
Samarjeet Singh Tomar 16-May-11 11:09am    
asp.net ||| you u can use cookies also to give the way they want.

1 solution

you can use session and cache.
 
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