Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

IIS 5, win XP client authentication issue

Status
Not open for further replies.

mowog74

Programmer
May 29, 2001
15
US
I've got a single intranet server running IIS5, with the production site on port 80 and the development site on port 81. I'm generally the only one using the dev site, so assigning a different port number seemed like a simple way to implement a separate development site. Both sites depend heavily on ntlm authentication.

This setup has worked fine for a year, but today I just got a laptop with winXP preloaded, and i'd like to keep using xp. On the xp machine, i can access the production (port 80) site with no problem--authentication works great. However, when I try getting to the port 81 site, authentication fails.

I've tried setting the development site to listen on other ports like 8080, to no avail. XP's built-in firewall is disabled. Authentication on the development site still works fine on my win2k client. Does anyone know of anything in xp that would be preventing ntlm authentication from working if you're not on port 80? I've been searching the KB and google for hours--any help would be GREATLY appreciated...

 
Did you resolve this? I'm having the same problem on an XP machine trying to reach port 8080.
 
It's resolved, but I don't think I did it. :) The two things that I think might have fixed it are:

1) I switched to basic authentication on the development site at first, which was a good enough workaround for a while, but then I had other problems with win2K clients using the development site for testing, so I switched back to integrated/ntlm authentication, which now works on my XP machine.

2) Over the time I was using basic auth, I also applied whichever XP/IE6 security patches came out on windows update.

Hope this helps!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top