Impersonate doesnt pass to separate sql server

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

  1. #1

    Default Impersonate doesnt pass to separate sql server

    I have a similar problem i have set up a 1 sql server 1 web server 1 client
    and cannot pass through my identity

    turned on impersonate in webconfig
    only NT auth is on for IIS
    turned on trust delegation on the www server
    sql has the domain users setup on db

    dont know whats going on EVERY NEWSGROUP has the same question HOW DOES
    SOMEONE SET IT UP i have read white paper after white paper even the ones
    labeled how to configure asp.net applications for a delegation scenerio it
    still doesnt work logon failed for (null) user.


    ANYONE PLEASE HELP its been 7+ hours.


    William Newsom Guest

  2. Similar Questions and Discussions

    1. .net Impersonate with integrated authentication client server problem
      Hi, I build a asp.net web application to update user accounts in Active Directory (AD). This application works fine on my test server when I acces...
    2. Windows 2003 server web service consumer with interop cannot impersonate a specific user
      Hello, I have a .Net class library that is a web service consumer. This .Net web service consumer DLL is instantiated by a VB6 ActiveX EXE...
    3. Impersonate Identity doesn't work on the server
      Hello, In my application I have to impersonate users, so I add <identity impersonate="true" /> to the Web.config file. As long as I run...
    4. separate server for web services?
      Right now, the dll's for the webservices go into the 'bin' directory of the site. I am not sure what people are talking about when they suggest...
    5. DirectoryEntry Impersonate or WindowsIdentity Impersonate?
      Another security question. Our project interfaces with the Active Directory. To satisfy the security issues, we have a couple options when we talk...
  3. #2

    Default Re: Impersonate doesnt pass to separate sql server

    I don't think you've given us enough information for us to be able to tell
    you where you might be going wrong. There is a KB article here that outlines
    the steps you should take:
    [url]http://support.microsoft.com/?id=319723[/url]

    Please give us an exact list of all the steps you have taken, and if you've
    missed something, we can point it out.

    Cheers
    Ken

    "William Newsom" <talktome@4psp.com> wrote in message
    news:%23PlX7CH5DHA.3896@TK2MSFTNGP11.phx.gbl...
    : I have a similar problem i have set up a 1 sql server 1 web server 1
    client
    : and cannot pass through my identity
    :
    : turned on impersonate in webconfig
    : only NT auth is on for IIS
    : turned on trust delegation on the www server
    : sql has the domain users setup on db
    :
    : dont know whats going on EVERY NEWSGROUP has the same question HOW DOES
    : SOMEONE SET IT UP i have read white paper after white paper even the ones
    : labeled how to configure asp.net applications for a delegation scenerio it
    : still doesnt work logon failed for (null) user.
    :
    :
    : ANYONE PLEASE HELP its been 7+ hours.
    :
    :


    Ken Schaefer 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