文件名称:VCinternetcheck
- 所属分类:
- Windows编程
- 资源属性:
- [Windows] [Visual.Net] [源码]
- 上传时间:
- 2014-06-18
- 文件大小:
- 124kb
- 下载次数:
- 0次
- 提 供 者:
- kpu****
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
ASP+VC.NET实现基本的网络验证程序,目前很多软件都是通过网络验证来实现的,一种比较流行的方式便是把服务器端(如验证网页)放在服务器上,软件为客户端,当软件注册或启动时通过网络与服务器端进行数据交换,重新实现验证的目的。
另:用户需要根据服务端的实际网址修改对应代码,如更改为:m_strSvrURL=(_T("http://127.0.0.1/softreg/getinfo.asp"-ASP+ VC.NET basic network authentication process, a lot of software is currently achieved through network authentication, a more popular way is to put the server (such as authentication pages) on the server, the client software, when the software registration or start with the server through the network for data exchange, re-implement verification purposes.
Another: the user needs to modify the code corresponding to the actual Web server, such as changes to: m_strSvrURL = (_T ("http://127.0.0.1/softreg/getinfo.asp"))
另:用户需要根据服务端的实际网址修改对应代码,如更改为:m_strSvrURL=(_T("http://127.0.0.1/softreg/getinfo.asp"-ASP+ VC.NET basic network authentication process, a lot of software is currently achieved through network authentication, a more popular way is to put the server (such as authentication pages) on the server, the client software, when the software registration or start with the server through the network for data exchange, re-implement verification purposes.
Another: the user needs to modify the code corresponding to the actual Web server, such as changes to: m_strSvrURL = (_T ("http://127.0.0.1/softreg/getinfo.asp"))
(系统自动生成,下载前可以参看下载内容)
下载文件列表
VC写网络验证的例子\软件网络认证 --服务端\Conn.asp
..................\.....................\data.mdb
..................\.....................\getinfo.asp
..................\...............软件\Common\RyeolErrMgmtFunc.cpp
..................\...................\......\RyeolErrMgmtFunc.h
..................\...................\......\RyeolException.cpp
..................\...................\......\RyeolException.h
..................\...................\......\RyeolHttpClient.cpp
..................\...................\......\RyeolHttpClient.h
..................\...................\......\RyeolStringFunc.cpp
..................\...................\......\RyeolStringFunc.h
..................\...................\......\SafeInt.hpp
..................\...................\InterNetCheck.aps
..................\...................\InterNetCheck.cpp
..................\...................\InterNetCheck.h
..................\...................\InterNetCheck.rc
..................\...................\InterNetCheck.sln
..................\...................\InterNetCheck.vcproj
..................\...................\InterNetCheckDlg.cpp
..................\...................\InterNetCheckDlg.h
..................\...................\ReadMe.txt
..................\...................\res\InterNetCheck.ico
..................\...................\...\InterNetCheck.manifest
..................\...................\...\InterNetCheck.rc2
..................\...................\resource.h
..................\...................\stdafx.cpp
..................\...................\stdafx.h
..................\...................\Common
..................\...................\res
..................\软件网络认证 --服务端
..................\软件网络认证 --软件
VC写网络验证的例子