Ask a Question related to ASP.NET Security, Design and Development.
-
Chris #1
Help Please. I at the last wits here
Hi,
I am not sure what's going on here. What I am trying to accomplish is to
have IIS authenticate my users in AD using their current logged on WINDOWS
credentials. I set IIS to use integrated windows authentication. I set my
asp.net app to
<authentication mode="Windows" />
<identity impersonate="false" />
I then logged on another pc, on the domain, when I try to visit the intranet
site it still prompts for a username and password. I rebooted both the client
and the iis machine. both machine is on the domain. what else?
Thanks
Chris Guest
-
at my wits end
I have been trying to do what I thought would be a very simple project. I created a 3d environment with simple objects I would like the user to be... -
CFMX7 wsconfig.exe issue - at wits end
Help! I am at my wits end on this one. I have installed CFMX many times on many platforms, but this one is stumping me. This box is a Windows... -
Custom Mouse Cursor... im at my wits end...
The idea is simple.. I want to have a movie clip which replaces the cursor ON A SINGLE frame ( its a nice presentation frame ) and then goes away... -
Nicole Calinoiu #2
Re: Help Please. I at the last wits here
This may be due to a browser setting. In the client's browser, is your site
recognized as being located in the intranet zone? Do the client's IE
security settings permit automatic logon in the intranet zone?
If adjusting the client setting to permit automatic logon does not fix the
problem, are you sure that the user account that you're attempting to use on
the client is actually authorized to use your application? i.e.: If you
enter the Windows logon credentials at the IE prompt, can you actually use
your application?
"Chris" <Chris@discussions.microsoft.com> wrote in message
news:7E49A68D-A473-4B52-A204-2DAAC2FC23AA@microsoft.com...> Hi,
> I am not sure what's going on here. What I am trying to accomplish is to
> have IIS authenticate my users in AD using their current logged on WINDOWS
> credentials. I set IIS to use integrated windows authentication. I set my
> asp.net app to
>
> <authentication mode="Windows" />
> <identity impersonate="false" />
>
>
>
> I then logged on another pc, on the domain, when I try to visit the
> intranet
> site it still prompts for a username and password. I rebooted both the
> client
> and the iis machine. both machine is on the domain. what else?
>
> Thanks
>
Nicole Calinoiu Guest
-
Paul Clement #3
Re: Help Please. I at the last wits here
On Mon, 20 Sep 2004 08:21:05 -0700, "Chris" <Chris@discussions.microsoft.com> wrote:
¤ Hi,
¤ I am not sure what's going on here. What I am trying to accomplish is to
¤ have IIS authenticate my users in AD using their current logged on WINDOWS
¤ credentials. I set IIS to use integrated windows authentication. I set my
¤ asp.net app to
¤
¤ <authentication mode="Windows" />
¤ <identity impersonate="false" />
¤
¤
¤
¤ I then logged on another pc, on the domain, when I try to visit the intranet
¤ site it still prompts for a username and password. I rebooted both the client
¤ and the iis machine. both machine is on the domain. what else?
Do you need to enable impersonation (for your authenticated users) or does the ASPNET account (which
is the default account used if impersonation is disabled) have sufficient access to your web
application resources?
Paul ~~~ [email]pclement@ameritech.net[/email]
Microsoft MVP (Visual Basic)
Paul Clement Guest
-
Chris #4
RE: Help Please. I at the last wits here
Hi,
I finally got this resolved after using up one of my support incedents just
to find ot that I needed to change my local security settings (on machine
hosting iis) and add "USERS" to the "Access pc from network"
and browse site using machine name and not ip
Remember 245.00 per incedent so SAVE YOURSELVES the cost and remember me on
this.
Thanks
"Chris" wrote:
> Hi,
> I am not sure what's going on here. What I am trying to accomplish is to
> have IIS authenticate my users in AD using their current logged on WINDOWS
> credentials. I set IIS to use integrated windows authentication. I set my
> asp.net app to
>
> <authentication mode="Windows" />
> <identity impersonate="false" />
>
>
>
> I then logged on another pc, on the domain, when I try to visit the intranet
> site it still prompts for a username and password. I rebooted both the client
> and the iis machine. both machine is on the domain. what else?
>
> Thanks
>Chris Guest



Reply With Quote

