|
Active Server Pages
Active Server Pages (ASP) is an open, compile-free, application environment in which you can combine HTML pages, scripts, and Microsoft® ActiveX® server components to create powerful web-based applications. By using ASP technology, designing dynamic web content is simple, quick, and cost-effective.
ASP gives programmers the ability to
- write reusable code which can be included in any page,
- process form data collected from your clients,
- connect to and query or update databases,
- send e-mail, and
- much more.
Server Variables
The table shown below displaying each server variable demonstrates the power of Active Server Pages and was generated using only 5 lines of code.
| ALL_HTTP | HTTP_ACCEPT:Accept: application/xhtml+xml,text/html;q=0.9,text/plain;
HTTP_ACCEPT_LANGUAGE:en-us,en;q=0.5
HTTP_CONNECTION:close
HTTP_HOST:www.burtonnetworks.com
HTTP_USER_AGENT:CCBot/1.0 (+http://www.commoncrawl.org/bot.html)
HTTP_PRAGMA:no-cache
HTTP_ACCEPT_ENCODING:gzip
HTTP_ACCEPT_CHARSET:ISO-8859-1,utf-8;q=0.7,*;q=0.7
HTTP_CACHE_CONTROL:no-cache
|
| ALL_RAW | Accept: Accept: application/xhtml+xml,text/html;q=0.9,text/plain;
Accept-Language: en-us,en;q=0.5
Connection: close
Host: www.burtonnetworks.com
User-Agent: CCBot/1.0 (+http://www.commoncrawl.org/bot.html)
Pragma: no-cache
Accept-Encoding: gzip
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Cache-Control: no-cache
|
| APPL_MD_PATH | /LM/W3SVC/1/ROOT |
| APPL_PHYSICAL_PATH | C:\Inetpub\wwwroot\burtonnetworks.com\ |
| AUTH_PASSWORD | |
| AUTH_TYPE | |
| AUTH_USER | |
| CERT_COOKIE | |
| CERT_FLAGS | |
| CERT_ISSUER | |
| CERT_KEYSIZE | |
| CERT_SECRETKEYSIZE | |
| CERT_SERIALNUMBER | |
| CERT_SERVER_ISSUER | |
| CERT_SERVER_SUBJECT | |
| CERT_SUBJECT | |
| CONTENT_LENGTH | 0 |
| CONTENT_TYPE | |
| GATEWAY_INTERFACE | CGI/1.1 |
| HTTPS | off |
| HTTPS_KEYSIZE | |
| HTTPS_SECRETKEYSIZE | |
| HTTPS_SERVER_ISSUER | |
| HTTPS_SERVER_SUBJECT | |
| INSTANCE_ID | 1 |
| INSTANCE_META_PATH | /LM/W3SVC/1 |
| LOCAL_ADDR | 204.11.35.237 |
| LOGON_USER | |
| PATH_INFO | /design/asp/default.asp |
| PATH_TRANSLATED | C:\Inetpub\wwwroot\burtonnetworks.com\design\asp\default.asp |
| QUERY_STRING | |
| REMOTE_ADDR | 38.103.63.59 |
| REMOTE_HOST | 38.103.63.59 |
| REMOTE_USER | |
| REQUEST_METHOD | GET |
| SCRIPT_NAME | /design/asp/default.asp |
| SERVER_NAME | www.burtonnetworks.com |
| SERVER_PORT | 80 |
| SERVER_PORT_SECURE | 0 |
| SERVER_PROTOCOL | HTTP/1.1 |
| SERVER_SOFTWARE | Microsoft-IIS/5.0 |
| URL | /design/asp/default.asp |
| HTTP_ACCEPT | Accept: application/xhtml+xml,text/html;q=0.9,text/plain; |
| HTTP_ACCEPT_LANGUAGE | en-us,en;q=0.5 |
| HTTP_CONNECTION | close |
| HTTP_HOST | www.burtonnetworks.com |
| HTTP_USER_AGENT | CCBot/1.0 (+http://www.commoncrawl.org/bot.html) |
| HTTP_PRAGMA | no-cache |
| HTTP_ACCEPT_ENCODING | gzip |
| HTTP_ACCEPT_CHARSET | ISO-8859-1,utf-8;q=0.7,*;q=0.7 |
| HTTP_CACHE_CONTROL | no-cache |
|
|