The Server object is important because it allows you to extend IIS with pre-built components or those that you create yourself.
Property
Methods
ScriptTimeout
CreateObject
HTMLEncode
URLEncode
MapPath
<html>
<head>
<title>
</title>
</head>
<body>
<%
'Creating an object that you will learn to use later
Dim objRS
Set objRS = Server.CreateObject("ADODB.Recordset")
</body>
</html>
copyright 1999-2008 VisualBuilder.com