image\cslogo3d1.gif

ASP Server Object

The Server object provides access to methods and properties on the server. Most of its methods and properties serve as utility functions.

Syntax: ASP Server Object

Server.method | property

ASP Server Object Properties

ASP Server Object ScriptTimeout Property

The length of time a script runs before it is terminated.

ASP Server Object Methods

ASP Server Object CreateObject Method

Creates an instance of a server component.

ASP Server Object HTMLEncode Method

Applies HTML encoding to a specified string.

ASP Server Object MapPath Method

Maps the specified virtual path, either the absolute path on the current server or the path relative to the current page, into a physical path.

ASP Server Object URLEncode Method

Applies URL encoding rules, including escape characters, to a string.

Copyright 2001 Sun Microsystems, Inc. All rights reserved. Legal Notice.