I'm using Request.ApplicationPath to learn the name of the Virtual Directory in which I'm running. Is there a more reliable way?
Tell me more
×
Facebook - Stack Overflow is a question and answer site for
facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
|
For further processing and extracting parts of the path, take a look at the VirtualPathUtility class. |
||||
|
|
|
You need to use Request.ApplicationPath. That is what it is designed for. Editing to go with your comment. Since you want a 'cleaner' way to handle the slash, I recommend creating a utility function that returns the application path with the logic in it to deal with the slash as you see fit. |
||||
|
|
Request.ApplicationPathunreliable? – Mehrdad Afshari Jan 30 '10 at 18:44