We're having a problem with IIS 3.0 running ASP pages . When a user within our domain tries to access any ASP pages, they're forced to provide a user id and password (all users except administrators). They get message 401.3
After doing a bit of research, it looks like IIS creates a user id IUSR_workstation that is used when Allow Annonymous Access is checked. Unfortunately, this id is created as a member of Guest which doesn't have much access to anything which means that the users still can't access the ASP pages (althought they can access HTML pages). Almost all of our users do not have administrator rights so they're automatically prompted to provide the id and password.
How do we resolve this issue? What do most people do?
My thought is to change the annonymous user from IUSR_workstation to Administrator so that all users can access the site. I know it will work but it *feels* dangerous >
By the way, this is strictly an Intranet site -- no one outside the organization can get to it (well, we hope anyway!)
Thanks in Advance! Tarek