Server object

A collection of methods provided by the webserver.
ContentsASP
Server.CreateObject methodCreates an instance of a COM server component.1
Server.Execute methodRuns another ASP file as if it were a subroutine in the current file.3
Server.GetLastError methodReturns the last error as an ASPError object, for use in custom error pages.3
Server.HTMLEncode methodEscapes special HTML characters.1
Server.MapPath methodReturns a full physical path, given a virtual or relative path.1
Server.ScriptTimeout propertySets the number of seconds a script is allowed to run.1
Server.Transfer methodBegins executing another ASP file, with all the variables and objects from the current file.3
Server.URLEncode methodEscapes special URL characters.1