CrimsonKain Posted August 11, 2004 Posted August 11, 2004 Anyone know how to remove the ASP.NET user account created by the .NET Framework? I remember seeing something about it during my many searches but I can't for the life of me find the answer.Thanks in advance.
gamehead200 Posted August 12, 2004 Posted August 12, 2004 net user ASP.NET /deleteORnet user "ASP.NET" /deleteMaybe that will help. It removes the ASP.NET account. You would have to run in one of your batch files somewhere, probably with adding new users! Try either one and see which one works...
CrimsonKain Posted August 12, 2004 Author Posted August 12, 2004 Well I just added an account called Test and made a batch to try it out. It seemed to work just fine (with the quotes - probably w/o too). Hopefully it'll work just as fine during the real thing.Thanks!
Solid as a rock Posted August 12, 2004 Posted August 12, 2004 Glad I could help! http://support.microsoft.com/default.aspx?...kb;en-us;827072
CrimsonKain Posted August 12, 2004 Author Posted August 12, 2004 Glad I could help! http://support.microsoft.com/default.aspx?...kb;en-us;827072 This is good. I'll try this one. Unfortunately gamehead200's method did not work on the real thing. I'm not sure why exactly but no matter what I did it couldn't find the name of the user.
Solid as a rock Posted August 12, 2004 Posted August 12, 2004 Glad I could help! http://support.microsoft.com/default.aspx?...kb;en-us;827072 This is good. I'll try this one. Unfortunately gamehead200's method did not work on the real thing. I'm not sure why exactly but no matter what I did it couldn't find the name of the user. net user /delete ASPNET and this works for me. but the url i give i noticed last week and i think this is a better way to solve the logonproblem....
gamehead200 Posted August 12, 2004 Posted August 12, 2004 Glad I could help! http://support.microsoft.com/default.aspx?...kb;en-us;827072 This is good. I'll try this one. Unfortunately gamehead200's method did not work on the real thing. I'm not sure why exactly but no matter what I did it couldn't find the name of the user. Weird... If adding users works that way but using the /add switch instead, I'm starting to wonder why deleting users doesn't work...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now