devxlogo

Use the MapPath() Method Instead of Hard Coding Paths

Use the MapPath() Method Instead of Hard Coding Paths

You should prefer to use the MapPath() method of the Server object instead of hard coding the complete literal paths in ASP applications. The MapPath() method allows you to physically relocate an ASP application without recoding your scripts. This technique saves you the effort of having to modify and maintain your program.

You will have to take a slight performance hit when you start using this method, because every time you use MapPath in a script, the Web server (IIS) must retrieve the current server path. However, you can always cache the value of the method call in an application-wide variable to avoid retrieving the server path.

See also  Professionalism Starts in Your Inbox: Keys to Presenting Your Best Self in Email
devxblackblue

About Our Editorial Process

At DevX, we’re dedicated to tech entrepreneurship. Our team closely follows industry shifts, new products, AI breakthroughs, technology trends, and funding announcements. Articles undergo thorough editing to ensure accuracy and clarity, reflecting DevX’s style and supporting entrepreneurs in the tech sphere.

See our full editorial policy.

About Our Journalist