Re: Help Please. I at the last wits here

From: Paul Clement (UseAdddressAtEndofMessage_at_swspectrum.com)
Date: 09/20/04


Date: Mon, 20 Sep 2004 12:32:21 -0500

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 ~~~ pclement@ameritech.net
Microsoft MVP (Visual Basic)



Relevant Pages

  • Re: IIS Challenge for Password. WinXP authenticates differently th
    ... What IIS version. ... Integrated Authentication is going to require a domain. ... What if I want the users to authenticate as username and the domain is ... > When you have this configured, users just log onto their machines using ...
    (microsoft.public.inetserver.iis.security)
  • Re: Active Directory LDAP Authentication Fails in IIS 6
    ... in IIS 5.1) were: ... It seems you can't Authenticate using the Active Directory thats why you ... Public Function IsAuthenticated(ByVal domain As String, ... Dim entry As DirectoryEntry = New DirectoryEntry(_path, ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: ADSI Problem
    ... I suggest posting to IIS groups as well because if IIS will cause it to ... causing the script to stop working after it has been working. ... I have written a script to authenticate Active Directory users via ADSI ... Dim strUserName ...
    (microsoft.public.windows.server.active_directory)
  • Re: Authentication from a SAM base / IIS
    ... how are the ACLs in your web directory? ... which IIS version / which ASP.NET version? ... why FormsAuthentication API if you are doing Windows auth? ... authenticate against local or domain windows accounts. ...
    (microsoft.public.dotnet.framework.aspnet.security)
  • Re: ADSI Problem
    ... Why not just let IIS authenticate the users? ... risks by joining the web server to the domain? ... Dim strUserName ...
    (microsoft.public.windows.server.active_directory)

Loading