Unable to log on error is encountered in windows identity

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

  1. #1

    Default Unable to log on error is encountered in windows identity



    hi all!

    i have a problem regarding the windows identity. i instantiate windows
    identity passing the upn (user principal name). Unable to log on error
    was encountered. I don't know if i miss somthing with config settings
    of our domain controller or the active directory. please advice.


    mich


    *** Sent via Developersdex [url]http://www.developersdex.com[/url] ***
    Don't just participate in USENET...get rewarded for it!
    mich ravida Guest

  2. Similar Questions and Discussions

    1. Can't logoff from IIS with Windows Identity
      Hi, I'm using Windows Authentication in my ASPNET application, but there is no way to logoff user beside to close the browser because user is...
    2. Old ASP Windows User Identity
      Is there a way in ASP (3.0, not .NET) for me to determine who the current windows users is (i.e. the user who was authenticated and who is...
    3. Windows 2003 Identity issue.
      I have a small ASP.NET app that maintains a SQL Server database. When I delpoy to a Windows 2003 Enterprize Server I get the following error on...
    4. Windows identity during asynchronous calls
      I'm trying to access a SQL server from a thread started from an asp.net application and get a "Cannot log into database as user null..." error. How...
    5. resetting password for windows XP identity
      My second computer has only one identity on it. I changed the password to make sure my son was not going on the internet when I did not know it. ...
  3. #2

    Default Re: Unable to log on error is encountered in windows identity

    The UPN ctor in WindowsIdentity requires a 2003 native AD domain and
    Kerberos. Do you have all that?

    Joe K.

    "mich ravida" <m_ravida16@hotmail.com> wrote in message
    news:OS0r1aIJFHA.2524@TK2MSFTNGP10.phx.gbl...
    >
    >
    > hi all!
    >
    > i have a problem regarding the windows identity. i instantiate windows
    > identity passing the upn (user principal name). Unable to log on error
    > was encountered. I don't know if i miss somthing with config settings
    > of our domain controller or the active directory. please advice.
    >
    >
    > mich
    >
    >
    > *** Sent via Developersdex [url]http://www.developersdex.com[/url] ***
    > Don't just participate in USENET...get rewarded for it!

    Joe Kaplan \(MVP - ADSI\) 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