http://www.perlmonks.org?node_id=177563


in reply to User permissions on IIS (was: Something's wrong...)

you need to set the Authentication mode to "Anonymous Access" in IIS. if the authentication is set to Basic Authentication, the web page will expect a user name and password, and if the authentication level is set to "Integrated Windows Authentication " , then the network id and password is expected... hth :)