I have a Windows Server 2003 box with .Net Framework 2.0. I had the ASPNET account password set manually (done in the machine.config). Recently it was upgraded to .Net Framework 3.5. Apparently the upgrade rewrote the machine.config and I had to redo the password. However, seemingly randomly, the account password will change. The machine.config still has the manual password, so I'm not sure why it's doing this. Any help ould be appreciated.

Edit: To clarify, I am able to go into Computer Management -> Users -> And set the password. Also, the password is still in the machine.config.

link|improve this question
Why are you setting this? If you just ensure that local and remote logins aren't allowed on the account, and you don't have any file security set on these accounts via FTP or other remote services, you really shouldn't need explicit passwords set for it. Yes, it's more secure if you do, but over complicating security sometimes isn't worth it. – Mufasa Oct 3 '11 at 16:17
Originally it was caused by an accident. I was working on a laptop with a touchpad and was trying to reset an account password. The account was right below the ASPNET account so I set that one instead (in Local Users and Groups). I haven't been able to figure out how to make the machine.config have the autogenerate password and set it to do that in the Local Users and Groups. – Dustin Dec 28 '11 at 14:34
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.