Multiple choice technology programming languages

What ASP.NET object is used to get information about the web servers ?

  1. The Server object

  2. The Application object

  3. The Request object

  4. The Response object

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

The Server object (HttpServerUtility) provides access to utility methods and properties on the server, such as machine name and request timeout information.