Multiple choice asp

MapPath is an ASP ________ object method.

  1. session

  2. request

  3. server

  4. response

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

The MapPath method belongs to the Server object and converts virtual or relative paths to physical file system paths on the server, essential for file operations.