Local Server Logon Required?
am 17.03.2006 18:25:30 von John A Kushwarra
Hello
Here is a strange one. I have and asp 2.0 web site hosted on ServerA that
uses windows authentication. When I acces the site from a local pc
everything works the way taht it should. If I access the site from a
browser running on the server that is hosting it I get the windows logon box
asking me for my credentials. Even if I type them in it will not let me
through. The local server is not running IE6 extend security. If I open
the IIS Configuration and browse the site it will ask me for my credentials
then let me in. Any ideas would be greatley appreciated.
Thank You
John
RE: Local Server Logon Required?
am 19.03.2006 19:46:26 von keith
Actually not so strange.
I imagine what is happening is this:
1. You have the IIS website setup with both anonymous and Windows Integrated
authentication
2. The anonymous account has access to the site so the remote user takes on
those credentials to get into it
3. The local machine account you're logging in with does not have permission
to the site so when it tries Windows Integrated Auth first it accepts those
dispermissive credentials and locks you out.
Disable Windows Integrated auth and see what happens. reply back and we'll
sort it out.
"John A Kushwarra" wrote:
> Hello
>
> Here is a strange one. I have and asp 2.0 web site hosted on ServerA that
> uses windows authentication. When I acces the site from a local pc
> everything works the way taht it should. If I access the site from a
> browser running on the server that is hosting it I get the windows logon box
> asking me for my credentials. Even if I type them in it will not let me
> through. The local server is not running IE6 extend security. If I open
> the IIS Configuration and browse the site it will ask me for my credentials
> then let me in. Any ideas would be greatley appreciated.
>
> Thank You
> John
>
>
>
Re: Local Server Logon Required?
am 20.03.2006 07:15:52 von Roger Abell
You should check the IE on the server for the account used to
see whether Windows Integrated Authentication is allowed
(in Internet Options, Advanced tab toward the bottom)
"John A Kushwarra" wrote in message
news:ulQMBfeSGHA.4300@TK2MSFTNGP14.phx.gbl...
> Hello
>
> Here is a strange one. I have and asp 2.0 web site hosted on ServerA
> that uses windows authentication. When I acces the site from a local pc
> everything works the way taht it should. If I access the site from a
> browser running on the server that is hosting it I get the windows logon
> box asking me for my credentials. Even if I type them in it will not let
> me through. The local server is not running IE6 extend security. If I
> open the IIS Configuration and browse the site it will ask me for my
> credentials then let me in. Any ideas would be greatley appreciated.
>
> Thank You
> John
>