Explain the significance of Server .MapPath
Options
- Returns the Virtual Path of the web folder
- Maps the specified virtual path to Physical path
- Returns the physical file path that corresponds to virtual specified path
- All the above
CORRECT ANSWER : Returns the physical file path that corresponds to virtual specified path
Write your comments