Wierd Windows Authentication Behavior
From: Craig Vedur (CraigVedur_at_discussions.microsoft.com)
Date: 08/30/05
- Previous message: Dominick Baier [DevelopMentor]: "Re: How to have windows security w/ anonymous access?"
- Next in thread: Pat: "Re: Wierd Windows Authentication Behavior"
- Reply: Pat: "Re: Wierd Windows Authentication Behavior"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Tue, 30 Aug 2005 08:01:30 -0700
Hey,
OK, so, i'm implementing windows security in a web app and found a strange
thing. can anyone explain what is going on?
I have my web app and in web.config i have the following entries in their
respective places
:
<authentication mode="Windows" />
<identity impersonate="true" />
<authorization>
<allow users="*" />
</authorization>
In IIS i have disabled anonymous access and set integrated windows
authentication.
So, I had 3 tests:
1) Logged in from a computer on the DOMAIN with no problem
2) Logged in from a computer off the DOMAIN and supplied credentials and
got in fine
3) I used Remote Desktop Connection to connect to a computer on the DOMAIN
and was not let in. It didn't even ask me for credentials. I always get
"You are not authorized to view this page"
Can anyone explain why I can't view the page by connecting to the webserver
through RDC (the webserver is obviously on that domain).
- Previous message: Dominick Baier [DevelopMentor]: "Re: How to have windows security w/ anonymous access?"
- Next in thread: Pat: "Re: Wierd Windows Authentication Behavior"
- Reply: Pat: "Re: Wierd Windows Authentication Behavior"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|