Login prompt
I have a website that is suppose to use Windows Authentication. When I access
the website the login box pops up and allows me to type in my login and
password, but then I hit Enter it pops back up again like I never his Enter.
I'm using IIS 6.0 on a member (Windows 2003 R2) server.
Any ideas?
Re: Login prompt
On Jul 20, 10:16 pm, Cwhitmore <Cwhitm... [at] discussions.microsoft.com>
wrote:
> I have a website that is suppose to use Windows Authentication. When I access
> the website the login box pops up and allows me to type in my login and
> password, but then I hit Enter it pops back up again like I never his Enter.
> I'm using IIS 6.0 on a member (Windows 2003 R2) server.
>
> Any ideas?
Look at the IIS log file entry for your failed request and report the
status, substatus, and Win32 error codes.
It works by default, so there is some misconfiguration somewhere and
the log entry will give clues about which direction to troubleshoot.
//David
http://w3-4u.blogspot.com
http://blogs.msdn.com/David.Wang
//
Re: Login prompt
David,
I checked the IIS logs and I'm getting "401 3 5" after each try. I verified
that I have full access to the directory where the virtual directory is
pointing.
Any ideas?
thanks,
Carlton.
"David Wang" wrote:
> On Jul 20, 10:16 pm, Cwhitmore <Cwhitm... [at] discussions.microsoft.com>
> wrote:
> > I have a website that is suppose to use Windows Authentication. When I access
> > the website the login box pops up and allows me to type in my login and
> > password, but then I hit Enter it pops back up again like I never his Enter.
> > I'm using IIS 6.0 on a member (Windows 2003 R2) server.
> >
> > Any ideas?
>
>
> Look at the IIS log file entry for your failed request and report the
> status, substatus, and Win32 error codes.
>
> It works by default, so there is some misconfiguration somewhere and
> the log entry will give clues about which direction to troubleshoot.
>
>
> //David
> http://w3-4u.blogspot.com
> http://blogs.msdn.com/David.Wang
> //
>
>
Re: Login prompt
Is the server logging failed login attempts (at OS level) ?
If so, what is being recorded there (if not perhaps make it so)?
The account may not be granted (directly/indirectly) the
needed login user right
Roger
"Cwhitmore" <Cwhitmore [at] discussions.microsoft.com> wrote in message
news:C8478C2B-F14F-4D15-B31F-62EB108699AC [at] microsoft.com...
> David,
> I checked the IIS logs and I'm getting "401 3 5" after each try. I
> verified
> that I have full access to the directory where the virtual directory is
> pointing.
> Any ideas?
>
> thanks,
> Carlton.
>
>
> "David Wang" wrote:
>
>> On Jul 20, 10:16 pm, Cwhitmore <Cwhitm... [at] discussions.microsoft.com>
>> wrote:
>> > I have a website that is suppose to use Windows Authentication. When I
>> > access
>> > the website the login box pops up and allows me to type in my login and
>> > password, but then I hit Enter it pops back up again like I never his
>> > Enter.
>> > I'm using IIS 6.0 on a member (Windows 2003 R2) server.
>> >
>> > Any ideas?
>>
>>
>> Look at the IIS log file entry for your failed request and report the
>> status, substatus, and Win32 error codes.
>>
>> It works by default, so there is some misconfiguration somewhere and
>> the log entry will give clues about which direction to troubleshoot.
>>
>>
>> //David
>> http://w3-4u.blogspot.com
>> http://blogs.msdn.com/David.Wang
>> //
>>
>>