Click here to Skip to main content
15,884,388 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more: , +
basically, i've created a system that should enable clients connected on LAN to log in. but i really, and i mean REALLY, don't know how to enable clients to access the system. the system runs on VisualStudio 2010 Pro, ASP.NET, MySQL and the OS i'm using is Vista home premium..

CAN ANYBODY HELP ME?? ASAP? I need this badly.. please.? Thanks to those kind enough to share their knowledge.. :D
Posted
Comments
senguptaamlan 23-Feb-11 5:09am    
please elabora a bit more ... what the requirement with a practicle example most preferably
Prerak Patel 23-Feb-11 5:19am    
Are you asking for enabling remote access?

1 solution

The easiest way would be to create a login table in SQl and a login screen on the system.

When your user click login, connect to the database and check the login table. If user exists and password is correct hide the login screen and open the main screen of your system.

The login screen has to be set to form1(the default form).
 
Share this answer
 
Comments
sAkura019 3-Mar-11 15:49pm    
thanks, i'll try that.. :D

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