|
Home > Archive > IIS Server Security > July 2007 > Login prompt
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
|
|
| Cwhitmore 2007-07-21, 7:26 am |
| 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?
| |
| David Wang 2007-07-21, 7:26 am |
| On Jul 20, 10:16 pm, Cwhitmore <Cwhitm...@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
//
| |
| Cwhitmore 2007-07-21, 1:17 pm |
| 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...@discussions.microsoft.com>
> wrote:
>
>
> 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
> //
>
>
| |
| Roger Abell [MVP] 2007-07-25, 1:20 pm |
| 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@discussions.microsoft.com> wrote in message
news:C8478C2B-F14F-4D15-B31F-62EB108699AC@microsoft.com...[vbcol=seagreen]
> 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:
>
|
|
|
|
|