Impersonate IIS Application Pool Identity

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

  1. #1

    Default Impersonate IIS Application Pool Identity

    How do I get an IIS application pool identity, and create a Windows
    Impersonation Context from it?

    Troy


    Troy Zirk Guest

  2. Similar Questions and Discussions

    1. Windows authentication breaks after configuring application pool identity
      Hi group I run IIS 6.0 on W2k3 being an Active Directory Controller in a test lab. Create a virtual directory 'test' with Windows authentication...
    2. SQL / IIS Application Pool Identity
      Hi, I've got an ASP.NET web application which uses Windows security with a SQL Server database. I want to use the application pool identity to...
    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. Problems after changing Identity Application Pool Settings (sn-yycbk.dll)
      Applies to: W2K3 Server / IIS6 / Default Isolation Mode / ASP.NET 1.1 We wish to run our ASPNET worker process in a domain account so as to use...
    5. Obtaining Application Pool Identity in Inpersonation Mode
      I have an ASP.Net application running on IIS 6.0 that is configured to impersonate the identity of the user who is accessing the page. I am...
  3. #2

    Default Re: Impersonate IIS Application Pool Identity

    Set the app pool identity in IIS, enable anonymous access, and also enable
    impersonation in your web.config (not specifying the credentials). I think
    that will do it. You may have to change the authentication mode to "None" in
    the web.config (leave impersonation enabled).
    --
    - Paul Glavich
    Microsoft MVP - ASP.NET


    "Troy Zirk" <troyzirk@sierrasystems.com> wrote in message
    news:eXzUmH5YEHA.716@TK2MSFTNGP11.phx.gbl...
    > How do I get an IIS application pool identity, and create a Windows
    > Impersonation Context from it?
    >
    > Troy
    >
    >

    Paul Glavich [MVP - ASP.NET] 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