|
Home > Archive > IIS Server Security > July 2004 > Password Protection
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]
| Author |
Password Protection
|
|
| teenzbutler 2004-07-27, 8:55 pm |
| I password protected a directory within my web. When
logged in our own network, I am unable to get
authenticated when I type in my username and password. I
receive an HTTP 401.1 error. However, when I access the
same site off our network, I am authenticated and page the
loads. Why is it that I cannot get authenticated when
accessing this directory within our own network? I added
the group to allow local logon within the Local Policy but
that didn't work. Could someone please advise.
Thanks.
| |
| Bernard 2004-07-27, 8:55 pm |
| What authentication you using ?
Look at IIS log file for more clues.
Try basic authentcation......
--
Regards,
Bernard Cheah
http://www.tryiis.com/
http://support.microsoft.com/
http://www.msmvps.com/bernard/
"teenzbutler" <teenzbutler@hotmail.com> wrote in message
news:578e01c4744b$513f7920$a501280a@phx.gbl...
> I password protected a directory within my web. When
> logged in our own network, I am unable to get
> authenticated when I type in my username and password. I
> receive an HTTP 401.1 error. However, when I access the
> same site off our network, I am authenticated and page the
> loads. Why is it that I cannot get authenticated when
> accessing this directory within our own network? I added
> the group to allow local logon within the Local Policy but
> that didn't work. Could someone please advise.
>
> Thanks.
| |
|
| It seems as though I have tried ALL types of
authentication. Digest, Basic, etc. I found an article
on Microsoft explaining my situation. The article is
located at http://support.microsoft.com/default.aspx?
scid=kb;en-us;827991&Product=iis60. Although it describes
my problem, I am not quite sure how to check to verify if
it related to my situation. Could you please advise.
>-----Original Message-----
>What authentication you using ?
>Look at IIS log file for more clues.
>Try basic authentcation......
>
>--
>Regards,
>Bernard Cheah
>http://www.tryiis.com/
>http://support.microsoft.com/
>http://www.msmvps.com/bernard/
>
>
>
>"teenzbutler" <teenzbutler@hotmail.com> wrote in message
>news:578e01c4744b$513f7920$a501280a@phx.gbl...
I[vbcol=seagreen]
the[vbcol=seagreen]
added[vbcol=seagreen]
but[vbcol=seagreen]
>
>
>.
>
| |
| Bernard 2004-07-29, 2:52 am |
| That article apply to basic authentication involving domain auth. You can
skip that by specifying <domain name>\username. do you have domain ? or
standalone ?
It's quite different for each type of authentication method. I suggest you
open IIS MMC - F1 - help to read about each auth method. the most simple one
will be basic. 401.1 mean login failed. so it's either username / password
is wrong. You can also enable security auditing for logon event to trace.
--
Regards,
Bernard Cheah
http://www.tryiis.com/
http://support.microsoft.com/
http://www.msmvps.com/bernard/
<anonymous@discussions.microsoft.com> wrote in message
news:5f4901c474d3$38ae1230$a401280a@phx.gbl...[vbcol=seagreen]
> It seems as though I have tried ALL types of
> authentication. Digest, Basic, etc. I found an article
> on Microsoft explaining my situation. The article is
> located at http://support.microsoft.com/default.aspx?
> scid=kb;en-us;827991&Product=iis60. Although it describes
> my problem, I am not quite sure how to check to verify if
> it related to my situation. Could you please advise.
>
> I
> the
> added
> but
|
|
|
|
|