What is the purpose of the Request.MapPath() method?

Choose the correct answer

Explanation

Request.MapPath() is used to convert a virtual path (such as a URL path) into the actual physical path on the server's file system.

What is the purpose of the Request.MapPath() method? — ASP.net | PakQuizHub