|
ASP is a technology that enables developers to create dynamic, interactive web pages. It also provides them with additional security. When a browser requests an ASP file, the scripts are run on the server and the page is returned to the browser as plain HTML; no ASP code is passed back to the browser.
An ASP file can contain XHTML, HTML, CSS, XML, JavaScript and VBScript. The default scripting language for ASP is VBScript.
ASP for Beginners assumes students have a basic understanding of XHTML; an IBM compatible computer; an Internet browser; Notepad, the text file editor; and IIS (Internet Information Services), which is a free feature of Microsoft Windows.
An ASP file can access data and return it to the browser. For example, your IP address is 38.107.191.99. And your browser is CCBot/1.0 (+http://www.commoncrawl.org/bot.html). Requesting server variables is one of the exercises in ASP for Beginners.
|
|