ASP Programming Question:
Download Questions PDF

What is Server Object?

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 Interview Questions And Answers PDF

Previous QuestionNext Question
What is Application-scope?How will you delete a Cookie?