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.

I have 4 desktops running windows Server 2008 32 bit vesrion. I created some shares in all these machines. My program gets files from these machines (like \machine1\abcd). The machine names mentioned in the program and the actual machine name doesn't match and I cant change either program or machine names. So I mapped the machine name used by the program to the local IP address of the machine using 'hosts' file. Everything works fine but when I try to access a share in machine using local machine's name , windows asks for a username and password. ( i tried entering username and password but its not working ). But when I try to access the same share using local machine's IP address, its opening. Let my machine names be m1,m2,m3,m4. And my program refers to them as mb01,mb02,mb03,mb04. When I try to access a share in mb01 from mb01(m1) as \mb01\share1, windows asks for usrname and password. When try to access sahres in other machines eveything works perfectly.. I want to access share in local machine without getting prompted for password.. How can I achieve that.. ?

share|improve this question

closed as off topic by Kev Oct 12 '12 at 16:59

Questions on Stack Overflow are expected to relate to programming or software development within the scope defined in the FAQ. Consider editing the question or leaving comments for improvement if you believe the question can be reworded to fit within the scope. Read more about closed questions here.

Browse other questions tagged or ask your own question.