ASP Programming Question:

What is Server Object?

Tweet Share WhatsApp

Answer:

Server Object controls the ASP execution environment. It can set the amount of time script can run before an error occurs. It 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.

Download ASP Programming PDF Read All 194 ASP Programming Questions
Previous QuestionNext Question
What is Application-scope?How will you delete a Cookie?