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.

Is there a command I can use to see if an IP address is assigned to a specific directory on a Windows Server? Perhaps some way with ipconfig or nslookup? For example, say I have a directory like C:\web\bluetex and I believe it has an IP assigned to it but I'm not sure.

share|improve this question
Your question makes no sense. IP addresses are assigned to network interfaces. A directory is a filesystem entity. A computer may have many network interfaces and many directories, and server software may map between them in various ways, but at no point is an IP address ever "assigned to" a directory. – Daniel Pryden Mar 3 '11 at 22:34
Are you trying to find out if a given directory is shared via SMB, or ? – middaparka Mar 3 '11 at 22:36
He or she is administering IIS. – bmargulies Mar 3 '11 at 22:49
Sorry if I didn't explain this well. I was actually looking for the IP of a website in IIS and when I couldn't find it in there I tried to see if there was a command to find it. After a little more digging I realized I couldn't find the IP because what I was looking at was not a web site in IIS. I get a little confused with the different icons in IIS because I don't go in there often. When I looked at actual website directories, I could see the IP addresses I was looking for. – itsatrp Mar 3 '11 at 23:58

closed as not a real question by Don Roby, Heath Hunnicutt, karlphillip, Daniel Pryden, bmargulies Mar 3 '11 at 22:49

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, see the FAQ.

1 Answer

Folders are not assigned IP addresses. Only computers and other smart devices are. Are you by chance referring to shared folders on other computers? Even then, the other computers are what you are referring to by IP address, not the folders themselves.

share|improve this answer

Not the answer you're looking for? Browse other questions tagged or ask your own question.