Hi all,

I have a web application deployed on a machine (TESTMACHINE) having Win XP 2002 SP3 and IIS 5.1. I have few users (U1, U2) created as Local Users in that machine having Administrator rights. The application's Anonymous Access is disabled and Integrated Windows Authentication is checked.

Now, I fail to access this application through some other machine using the user (TESTMACHINE\U1 etc) created on TESTMACHINE. It keeps on asking the username and password. Finally, if I escape entering username and password, it gives me this:

HTTP 401.3 - Access denied by ACL on resource
Internet Information Services


How can I get access to the said application without enabling Anonymous Access?

Please advise