Jump to content

Recommended Posts

Posted

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.


Posted

net user ASP.NET /delete

OR

net user "ASP.NET" /delete

Maybe 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! :rolleyes:

Try either one and see which one works... :D

Posted

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!

Posted

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....

Posted

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... :)

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...