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> |
Asp Discussion
- - How to upload files
- - Offshore outsourcing comp
- - Example of editing in Dat
- - Example of Inserting and
- - Example of Image Upload





