ASPNET account locking out

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

  1. #1

    Default ASPNET account locking out

    We have in the last few months been having an issue with the ASPNET account
    on our production web server locking out. It's been sporadic, on average
    occurring roughly once a week, though sometimes more frequent than that. I
    have been unable to isolate the problem at all, doesn't seem to be any rhyme
    or reason for the problem. The server is a windows 2000 SP4 server, running
    IIS 5.0, and .NET framework 1.1. The ASPNET account is a local machine
    account (not a domain level account) and the machine config file is still set
    to allow windows to control the password. What could be causing this problem?

    Thank you in advance for your help!
    Crimson1b Guest

  2. Similar Questions and Discussions

    1. How to run aspnet with system account
      Hi, I'm running ClrProfiler for the first time to profile my web app, and it keeps getting stuck at this msg box: "Waiting for Asp.net to start...
    2. 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...
    3. 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...
    4. Issues in locking down aspnet user security in shared environment
      I am trying to lock down file access of some sites in a shared hosting environment so that different users can only access their own site's...
    5. 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...
  3. #2

    Default ASPNET account locking out

    We have in the last few months been having an issue with the ASPNET account
    on our production web server locking out. It's been sporadic, on average
    occurring roughly once a week, though sometimes more frequent than that. I
    have been unable to isolate the problem at all, doesn't seem to be any rhyme
    or reason for the problem. The server is a windows 2000 SP4 server, running
    IIS 5.0, and .NET framework 1.1. The ASPNET account is a local machine
    account (not a domain level account) and the machine config file is still set
    to allow windows to control the password. What could be causing this problem?

    Thank you in advance for your help!
    Crimson1b 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