Windows Authentication Questions

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

  1. #1

    Default Windows Authentication Questions


    I have a web app that I have setup to use Windows authentication (
    impersonation = true ) and IIS configured to use integrated security only.
    From what I have read, this should suppress the logon prompt is you are
    currently logged into the same domain. Am I missing something? I get a logon
    prompt consistenty, no matter how I access the server.

    Thanks in advance...


    Jim Leary Guest

  2. Similar Questions and Discussions

    1. Some simple questions, I assume, on security (Forms authentication)
      Hi. I just began reading on security (Forms authentication). I have the following two questions: 1. Is there a way to specify the expiration date...
    2. ASP.NET Authentication and Windows Authentication
      Hello, I'm developing a web application that will run on an Intranet. I'll use Windows Authentication, so users can access the application...
    3. Windows 2000 Licensing Questions
      I deleted numerous ids in active directory but they still show up in the licensing server. Can you point me in the right direction for info on...
    4. Forms authentication with Windows authentication
      Hi, I have an ASP.NET web site that uses IIS Basic Authentication and accesses an OLAP Server at various stages. The OLAP Server authentication...
    5. Mac and Windows connectivity questions
      Hi all, Over the past 13 years, all the computers I owned have been Macs, although I did use Windows devices at work, so I am somewhat familiar...
  3. #2

    Default Windows Authentication Questions

    If your url have dots for example:

    [url]www.myComputer.com[/url]

    the IE think this is a exteranl access and don't send
    your credentials, it think you are on an internet zone.
    If you only type the computer name it would work.

    If you want to use dots in the url you need to add the
    address to be trusted in Internet Exploerer security
    settings.

    /Fredrik Normén NSQUARED2

    >-----Original Message-----
    >
    >I have a web app that I have setup to use Windows
    authentication (
    >impersonation = true ) and IIS configured to use
    integrated security only.
    >From what I have read, this should suppress the logon
    prompt is you are
    >currently logged into the same domain. Am I missing
    something? I get a logon
    >prompt consistenty, no matter how I access the server.
    >
    >Thanks in advance...
    >
    >
    >.
    >
    Fredrik Normén NSQUARED 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