Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 81563
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 10, 20262026-05-10T21:28:46+00:00 2026-05-10T21:28:46+00:00

Can anyone explain the difference between Server.MapPath(.) , Server.MapPath(~) , Server.MapPath(@\) and Server.MapPath(/) ?

  • 0

Can anyone explain the difference between Server.MapPath('.'), Server.MapPath('~'), Server.MapPath(@'\') and Server.MapPath('/')?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. 2026-05-10T21:28:47+00:00Added an answer on May 10, 2026 at 9:28 pm

    Server.MapPath specifies the relative or virtual path to map to a physical directory.

    • Server.MapPath('.')1 returns the current physical directory of the file (e.g. aspx) being executed
    • Server.MapPath('..') returns the parent directory
    • Server.MapPath('~') returns the physical path to the root of the application
    • Server.MapPath('/') returns the physical path to the root of the domain name (is not necessarily the same as the root of the application)

    An example:

    Let’s say you pointed a web site application (http://www.example.com/) to

    C:\Inetpub\wwwroot 

    and installed your shop application (sub web as virtual directory in IIS, marked as application) in

    D:\WebApps\shop 

    For example, if you call Server.MapPath() in following request:

    http://www.example.com/shop/products/GetProduct.aspx?id=2342 

    then:

    • Server.MapPath('.')1 returns D:\WebApps\shop\products
    • Server.MapPath('..') returns D:\WebApps\shop
    • Server.MapPath('~') returns D:\WebApps\shop
    • Server.MapPath('/') returns C:\Inetpub\wwwroot
    • Server.MapPath('/shop') returns D:\WebApps\shop

    If Path starts with either a forward slash (/) or backward slash (\), the MapPath() returns a path as if Path was a full, virtual path.

    If Path doesn’t start with a slash, the MapPath() returns a path relative to the directory of the request being processed.

    Note: in C#, @ is the verbatim literal string operator meaning that the string should be used ‘as is’ and not be processed for escape sequences.

    Footnotes

    1. Server.MapPath(null) and Server.MapPath('') will produce this effect too.
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Ask A Question

Stats

  • Questions 64k
  • Answers 64k
  • Best Answers 0
  • User 1
  • Popular
  • Answers
  • Editorial Team

    How to approach applying for a job at a company ...

    • 7 Answers
  • Editorial Team

    How to handle personal stress caused by utterly incompetent and ...

    • 5 Answers
  • Editorial Team

    What is a programmer’s life like?

    • 5 Answers
  • added an answer A terminal server runs at the "other" machine while you… May 11, 2026 at 10:46 am
  • added an answer If you only want to display the Loader's content, then… May 11, 2026 at 10:46 am
  • added an answer I've been thinking along these lines for a while now,… May 11, 2026 at 10:46 am

Related Questions

Can anyone explain the difference between Server.MapPath(.) , Server.MapPath(~) , Server.MapPath(@\) and Server.MapPath(/) ?
Can anyone explain the difference between the types mentioned above and some sample usage
Can anyone explain the differences between Protocols and Categories in Objective-C? When do you
Can anyone explain the meaning of and purposes of the values for the SecurityAction
Can anyone explain the use of ^ operator in java with some examples?
Can anyone explain exactly how the Strategy Pattern relates to Inversion of Control?
Can anyone explain to me the purpose of ungetch? This is from K&R chapter
Can anyone explain why this code gives the error: error C2039: 'RT' : is
Can anyone explain whats going on 'under the hood' with textRanges in IE/javascript? What
Can anyone explain what this mod_rewrite rule is doing? I'm trying to comment the

Trending Tags

analytics british company computer developers django employee employer english facebook french google interview javascript language life php programmer programs salary

Top Members

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.