What is Server Object?


Controls the ASP execution environment. It can set the amount of time script can run before an error occurs. Converts a virtual path to a physical path on the server. Takes a user supplied string and encode it into proper format for a URL string.

Showing Answers 1 - 1 of 1 Answers

Swapna Gentyala

  • Oct 30th, 2006
 

Server ObjectThe ASP Server object is used to access properties and methods on the server. Its properties and methods are described below:PropertiesProperty Description ScriptTimeout Sets or returns the maximum number of seconds a script can run before it is terminated MethodsMethod Description CreateObject Creates an instance of an object Execute Executes an ASP file from inside another ASP file GetLastError() Returns an ASPError object that describes the error condition that occurred HTMLEncode Applies HTML encoding to a specified string MapPath Maps a specified path to a physical path Transfer Sends (transfers) all the information created in one ASP file to a second ASP file URLEncode Applies URL encoding rules to a specified string

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions