I have a web application running off of another port than the standard 80 port. When I to access if from a remote machine, it gives me a generic not authorized message. But when I launch the website from the server itself, it lets me in just fine. I am using ASP.NET Windows Authentication, I have a group that I am in and my user ID directly in the web config. What I do see is that an application session is starting when access from the server, but remote, it does not. I have also anyoumous disabled for this application, with Windows Authentication enabled.
I am also running Win 2008 R2 with IIS 7.
From what I can see, I don't think the server is getting the identity from the remote PC.
Someone's assistance with figuring this out would be greatly appreciated.