如何启用客户端访问局域网中的系统 [英] How to enable client access to a system in LAN

查看:91
本文介绍了如何启用客户端访问局域网中的系统的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

基本上,我已经创建了一个系统,该系统应该使连接在LAN上的客户端能够登录.但是,我的意思是,实际上,我真的不知道如何使客户端能够访问该系统.该系统可以在Visual Studio 2010 Pro,ASP.NET,MySQL和我使用的操作系统上使用Vista家庭高级版..

有谁能够帮助我??尽快?我非常需要这个..请.?多亏了那些能够分享他们的知识的人.:D

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

推荐答案

最简单的方法是在SQl中创建一个登录表,并在系统上创建一个登录屏幕.

当用户单击登录名时,连接到数据库并检查登录表.如果用户存在并且密码正确,请隐藏登录屏幕并打开系统的主屏幕.

登录屏幕必须设置为form1(默认形式).
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).


这篇关于如何启用客户端访问局域网中的系统的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆