Windows 2008 IIS7 Intranet Site
Forgive me if this has already been answered here, but I have not found an answer to my issue.
I can access a local Intranet site by using the ip address in the url, such ashttp://172.xx.xx.xx/MySite. It prompts me for a domain username and password as I would expect. I enter the info and I get the site.
If I try the FQDN, such as http://Merlin/MySite, I get no prompt for a username and password, again as I would expect, but I get the HTTP 404 error.
The site has only Windows Authentication enabled, and All Users in the Allow authorization roles.
The application is a MVC site utilizing the ASP.NET v4.0 app pool, which has the Managed Pipeline Mode set to Integrated and Identity set to NetworkService.
Can someone point me in the correct direction?