Quick References
      ADO
      ASP
      CSS2
      HTML
      JavaScript
      Jet SQL
      VBScript
      WML
      WMLScript
      WSH
      XHTML
      XML DOM
      XSLT

Features
      Knowledge Base
      Tutorials

Partners
     ZVON.ORG
     XML
     Planet Source Code
     VisualBuilder
     Web Design
     Your HTML Source
     XML/XSLT Forums
     ASPAlliance
     Scripts
     
     Programmers Heaven
     Tek-Tips Forums
     Developer Fusion
     Code Project











OBJECT:  Server

Modified in version 3.0

The Server object provides access to the utility functions of the server.

PROPERTY

ScriptTimeout Property
The ScriptTimeout property is the amount of runtime in seconds for a script before it terminates.

METHODS

CreateObject (ObjectID) Method
The CreateObject method creates an instance of an object to use in an Active Server Page.

Execute (Path) Method  Implemented in version 3.0
The Execute method allows you to call another ASP page from inside an ASP page. When the called ASP page completes its tasks, you are then returned to the calling ASP page.

GetLastError Method  Implemented in version 3.0
The GetLastError method returns an ASPError object that describes any pre-processing, runtime, or script compiling errors that occurred.

HTMLEncode (String) Method
The HTMLEncode method applies HTML syntax to a specified string of ASCII characters.

MapPath (Path) Method
The MapPath method maps a relative or virtual path to a physical path.

Transfer (Path) Method  Implemented in version 3.0
The Transfer method allows you to transfer all of the state information for all of the built-in objects from one ASP page to another. Unlike the Execute method, when the ASP page that you have transferred to is finished, you do not return the original ASP page.

URLEncode (String) Method
The URLEncode method applies URL rules to a specified string of ASCII characters.
 


Copyright 1999-2005 by Infinite Software Solutions, Inc. All rights reserved.
Trademark Information