1361Software EngineeringMedium
Explain the significance of Server.MapPath?
AMaps the specified virtual path to Physical path
BReturns the physical file path that corresponds to virtual specified path
CAll of the above
DReturns the Virtual Path of the web folder
Correct answer
B. Returns the physical file path that corresponds to virtual specified path
Explanation
The correct answer is Returns the physical file path that corresponds to virtual specified path.