deleted ASPNET account by accident

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

  1. #1

    Default deleted ASPNET account by accident

    Can somebody show me how to restore the account step by step using windows
    XP (I get easily frustrated with XP)? I know it is an account named
    "aspnet_wp account", but recreating with the same name does not do the
    trick. I suspect there's more to do with IIS, etc.

    When I attempt to open an aspnet application, I get a big fat error message
    that looks like this.

    ****************************************
    Server Application Unavailable
    The web application you are attempting to access on this web server is
    currently unavailable. Please hit the "Refresh" button in your web browser
    to retry your request.

    Administrator Note: An error message detailing the cause of this specific
    request failure can be found in the application event log of the web server.
    Please review this log entry to discover what caused this error to occur.

    ****************************************


    David Guest

  2. Similar Questions and Discussions

    1. Using LogonUser API in ASP.net with an account other than ASPNet account
      I am trying to use the LogonUser API function from ASP.Net. This works fine on my machine which is Windows XP but fails with error code 1314 on...
    2. ASPNET Account
      I needed to go to my user accounts when I discovered this aspnet machine account.I didn't know where it came from so I deleted the account. Now I...
    3. ASPNET account on Win2k3
      Hello, I have the following problem: I installed a web app on IIS 6 in Win2k3 EE. Now, whenever I try to log on to my SQL Service, I get Login...
    4. The password for the ASPNET account
      this set the account aspnet_wp.exe will run under, and thus the default account for all asp.net pages. you have three options 1) use the local...
    5. ASPNET user account
      It says web applications run using the ASPNET user account. The SQL database administrator will have to set up this account and grant it...
  3. #2

    Default deleted ASPNET account by accident

    Hi,

    try this and see if it helps. Go to a VS.NET command
    prompt and type aspnet_regiis -i

    Kaustav.


    >-----Original Message-----
    >Can somebody show me how to restore the account step by
    step using windows
    >XP (I get easily frustrated with XP)? I know it is an
    account named
    >"aspnet_wp account", but recreating with the same name
    does not do the
    >trick. I suspect there's more to do with IIS, etc.
    >
    >When I attempt to open an aspnet application, I get a big
    fat error message
    >that looks like this.
    >
    >****************************************
    >Server Application Unavailable
    >The web application you are attempting to access on this
    web server is
    >currently unavailable. Please hit the "Refresh" button
    in your web browser
    >to retry your request.
    >
    >Administrator Note: An error message detailing the cause
    of this specific
    >request failure can be found in the application event log
    of the web server.
    >Please review this log entry to discover what caused this
    error to occur.
    >
    >****************************************
    >
    >
    >.
    >
    Kaustav Neogy Guest

  4. #3

    Default Re: deleted ASPNET account by accident

    Thanks a million. It works :).

    "Kaustav Neogy" <kaustav_neogy@hotmail.com> wrote in message
    > Hi,
    >
    > try this and see if it helps. Go to a VS.NET command
    > prompt and type aspnet_regiis -i
    >
    > Kaustav.
    >

    David 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