Help Please. I at the last wits here

Ask a Question related to ASP.NET Security, Design and Development.

  1. #1

    Default 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

  2. Similar Questions and Discussions

    1. 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...
    2. 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...
    3. 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...
  3. #2

    Default 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

  4. #3

    Default 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

  5. #4

    Default 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

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139