Description: 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"
To Search:
File list (Check if you may need any files):
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写网络验证的例子