What is the purpose of the Server.MapPath method in web development?
Explanation
Option A returns the virtual directory path of the web application. Option B converts a virtual path to a physical directory path. Option C obtains the actual physical file system path corresponding to the specified virtual path. Option D suggests all are correct, but the precise function of Server.MapPath is best described by Option C.