Sun Chili!Soft ASP Sun Chili!Soft
ASP Sun Microsystems

 

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 2002 Sun Microsystems, Inc. All rights reserved. Legal Notice.