always being prompted for username/password??!!??
am 26.07.2006 15:51:02 von bw
hi there, this has got to be a complete noob questions but it is driving me
insane. I have a win2k3 server box and winxp box on a network - very simple
setup. win2k3 is dc, dhcp, dns, iis and winxp is client on this domain.
everytime i attempt to view webpage on server from ie on client, it prompts
me for a username/password and only the domain admins will work. it even
prompts for a username/password when logged in as the administrator on the
server! is there a reason for this, it has got integrated windows
authentication selected on iis but this is default i gather as i didn't tick
it.
tia,
BW
Re: always being prompted for username/password??!!??
am 26.07.2006 20:09:25 von someone
Since servers are always obligated to ask for username/password for secured
resources, being prompted for username/password indicates a user
misconfiguration.
For example, IE will choose to not auto-authenticate if your server name has
"dots" in it:
http://blogs.msdn.com/david.wang/archive/2005/07/04/Why_you_ get_login_prompt_on_VS2005_with_Integrated_Auth.aspx
If only domain admins will work, then you need to check ACLs of the file
resources on the server to make sure it gives access to the appropriate
users.
http://blogs.msdn.com/david.wang/archive/2005/12/31/HOWTO_Ba sics_of_IIS6_Troubleshooting.aspx
http://blogs.msdn.com/david.wang/archive/2005/07/14/HOWTO_Di agnose_IIS_401_Access_Denied.aspx
--
//David
IIS
http://blogs.msdn.com/David.Wang
This posting is provided "AS IS" with no warranties, and confers no rights.
//
"BW" wrote in message
news:CF0DADC9-8A44-40ED-9EAB-1E21C78F4AA0@microsoft.com...
> hi there, this has got to be a complete noob questions but it is driving
> me
> insane. I have a win2k3 server box and winxp box on a network - very
> simple
> setup. win2k3 is dc, dhcp, dns, iis and winxp is client on this domain.
> everytime i attempt to view webpage on server from ie on client, it
> prompts
> me for a username/password and only the domain admins will work. it even
> prompts for a username/password when logged in as the administrator on the
> server! is there a reason for this, it has got integrated windows
> authentication selected on iis but this is default i gather as i didn't
> tick
> it.
>
> tia,
> BW
Re: always being prompted for username/password??!!??
am 27.07.2006 18:47:02 von Eric Chaves
Hi BW,
My guess is that you're lacking either NTFS read permission on the
folder for the IUSR_machine account to access the file (in case that you
have allowed anonymous access) or for the local users/group (in cas that you
have allowed only authenticated users access). Check to see if the local
folder or file that you are trying to access has the apropriate NTFS
permissions. This document that may help you start:
http://support.microsoft.com/?id=907273
Cheers,
Eric.
"BW" wrote in message
news:CF0DADC9-8A44-40ED-9EAB-1E21C78F4AA0@microsoft.com...
> hi there, this has got to be a complete noob questions but it is driving
> me
> insane. I have a win2k3 server box and winxp box on a network - very
> simple
> setup. win2k3 is dc, dhcp, dns, iis and winxp is client on this domain.
> everytime i attempt to view webpage on server from ie on client, it
> prompts
> me for a username/password and only the domain admins will work. it even
> prompts for a username/password when logged in as the administrator on the
> server! is there a reason for this, it has got integrated windows
> authentication selected on iis but this is default i gather as i didn't
> tick
> it.
>
> tia,
> BW