ASP.NET problem after installing W2K SP4

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

  1. #1

    Default Re: ASP.NET problem after installing W2K SP4

    "Mike" <Michael@no-spam.PrioritySoftware.com> wrote in message news:<e3UPStLQDHA.2832@TK2MSFTNGP10.phx.gbl>...
    > We are having problems with our ASP.NET applications on two servers that
    > have been upgraded to service pack 4. Neither are domain controllers, just
    > regular servers, both running Windows 2000 Server.
    >
    > We are getting the error below when we attempt to connect.
    >
    [snip]

    This may have something to do with it:

    [url]http://support.microsoft.com/default.aspx?kbid=821546[/url]
    Alex Kilpatrick Guest

  2. Similar Questions and Discussions

    1. Problem Installing
      I get a message saying i need Flash Player 8.0 or higher every time i go to a site that requires it obviously. Well i go to the link and install...
    2. Problem installing on Mac OS 10
      I down loaded Contribute 3 and it created a index.cfm file. which I am not able to open. What do I do now? Please help
    3. Problem with installing PPM
      Hi, I am new to perl.I had downloaded Perl from "ActiveState.com" After installing Perl on Win 2000 Adv server, when i enter into PPM mode and...
    4. problem installing GD-2.07
      HI! i've got problems installing GD 2.07 on a Sun Solaris 8 sparc machine: # make gcc -B/usr/ccs/bin/ -c -I/usr/include...
    5. problem installing vacpp.cmp.lib on AIX 5.1
      Hi Folks, If someone could please help me out with my frustration trying to install the Visual Age C++ libraries (vacpp.cmp.lib) V5.0.2 on AIX...
  3. #2

    Default Re: ASP.NET problem after installing W2K SP4

    If it's a domain controller, then it's the IWAM account that needs this
    particular privilege (SeImpersonateUser). Of course, that's a general
    answer.. technically correct answer is -- the account used in <processModel>
    needs this privilege ("machine" = IWAM_... on a domain controller with
    framework 1.1)

    That should do it.


    "Mike" <Michael@no-spam.PrioritySoftware.com> wrote in message
    news:u%23iCEZYQDHA.1024@TK2MSFTNGP12.phx.gbl...
    > > > We are having problems with our ASP.NET applications on two servers
    that
    > > > have been upgraded to service pack 4. Neither are domain controllers,
    > just
    > > > regular servers, both running Windows 2000 Server.
    > > >
    > > > We are getting the error below when we attempt to connect.
    > > >
    > > [snip]
    > >
    > > This may have something to do with it:
    > >
    > > [url]http://support.microsoft.com/default.aspx?kbid=821546[/url]
    >
    >
    > Yes we saw the same KB article.
    >
    > We ended up installing SP4 on the domain controllers, then granting the
    > everyone group access to the new impersonation privilege to get thing back
    > working until we can find a permanent solution. Not a good idea of course
    > to give them this, but our sites were down so we had to act as quick as
    > possible to get them back up. We've recommended our clients that are
    > running W2K server (and ASPX apps) not install SP4 until we can figure
    this
    > out.
    >
    > We are still searching for the correct way to resolve this.
    >
    > mike
    >
    >

    Rad 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