Nonickname
New Member
I am working on an intranet project implementing windows integrated security. Does every user need a windows account on the server machine, or can it simply use the windows client machine info. I have disallowed anonymous access in the IIS security options and only integrated authentication is checked, however it always seems to prompt for windows login info when the page is hit, and then promptly give me an internal server error 500. Any ideas?If you are going to use windows authentication, I'm pretty sure each use requires a user account. That's kind of the definition of the service you want to use.I mean, does the user need a windows account on the server machine. The answer is no, Windows NT, 200, and XP all function with integrated security. My problem is that some NT 4.0 machines don't work correctly and others do. There seems to be no real difference between the machines, but they still prompt for a username and password, then terminate the page. Thanks anyway.