LocalHost in share path?
Posted
by bugtussle
on Server Fault
See other posts from Server Fault
or by bugtussle
Published on 2009-11-05T23:21:58Z
Indexed on
2010/03/22
8:11 UTC
Read the original article
Hit count: 751
I am setting up in a test environment and need to save some paths in a database but dont want to edit the paths when we go to production. My idea being that I could create a share on both servers and use a generic name like LocalHost instead of TestServer for the paths.
Example:
\\LocalHost\Docs
I have used a mapped drive temporarily but was curious if there is another magic word like localhost that works with share paths?
© Server Fault or respective owner