We have an immediate need to alias a few server names. I have created a custom hosts file to place on a few servers which will run a custom application which has hard coded the names of a few servers. Since we are moving these applications to a new site and are unable to keep the same server names, thus the use of the hosts file. All servers are Server 2003 R2 SP2 so i have also created the reg key to Disable Strict Host Name Checking.
The aliasing works fine except when you try to access the alias name from the actual server which is being aliased (example: accessing \\SERVER01 from \\NEWSERVER01) which causes us to get prompted for network credentials but no matter what we enter (domain admin or local admin credentials) it rejects it. The reason we need to access the alias name from the same server is the application is set to store files by UNC path and not local path and the code is unable to be modified. Any ideas?