ASP and database
ASP and database application: password verification
Microsoft's masterpiece ASP (ActiveServer)
Pages) is launching a new web programming revolution with its advantages of easy learning and easy to use, good expansion, and many and strong functions (strictly speaking, writing Asp is not programming). It has greatly replaced CGI written by perl and other languages with surprising development and popularity speed (Common
GatewayInterface, the momentum of universal gateway interface. Based on the web
The web management model of page-based methods has become a trend. Look at the current network administrators, who can’t write asp? Want to manage? Then you may need to use the "password verification" I want to talk about here. Simply put, password verification is to first determine whether you have login permissions. If so, continue, otherwise, hum... What? You still don’t know what ASP is? "The program has performed an illegal operation and will be closed soon. If you still have any problems, please contact the program supplier." -------------- System language
Next, let’s take a look at what ASPs need to implement password verification.
1. ASP operating environment:
Windows95/98 stand-alone platform: PWS (PersonalWebServer) 4.0, windowsNT
4.0/5.0 server platform: IIS (Internet Information Server) ServicePack3 and above versions)
NTworkstation 4.0 workstation platform: PWS (PersonalWebServer) NT
Workstation version and the latest version of IE browser.
2. Software used to make ASP
WindowsFrontPage98/2000, Dreamweaver3.0, if you don’t have these software, then you can use Windows
Notepad in
Be a "code writing madman". However, many codes in ASP still require us to write a lot of code manually, and using dedicated web page production software is just a little bit of laziness.
3. Which database should be used as the database to store user information (user name and password)?
SQLServer, Microsoft Access
97/2000 etc. are fine. I suggest you use Access because you may be familiar with it. Once there is a problem, it is easier to solve. The deeper reason is: Microsoft
Access is much more efficient than other non-server-level database execution.
Okay, after saying so much nonsense, you may have become impatient. However, this may be helpful for some ASP beginners. For this group of readers, you may also have to look at books or websites about ASP to increase your understanding of the basic ASP syntax.
Let's do this password verification step by step. I use Windows98+PWS4.0 platform, IE
5.0 browser, web page production software: FrontPage2000.Go!