We changed the Administrator account password for our domain (employee left).
In the server application event log - aspnet_wp.exe could not be started. The error code is 800004005. The worker process account has insufficient rights to read the .net framework.
Should we just reinstall .Net framework ?
Chnged Admin Passwrd Domain - Now no ASPNET_WP.EXE
Moderator: SourceGear
-
- Posts: 3
- Joined: Mon May 12, 2008 12:47 pm
You could try that, with these commands:
aspnet_regiis -u
aspnet_regiis -i
However an Internet search seemed to indicate that this doesn't always work.
Have you tried uninstalling Vault, keeping the database, then reinstalling? The installer will update the permissions.
Be sure you're logged in as an Admin when you run the installer.
aspnet_regiis -u
aspnet_regiis -i
However an Internet search seemed to indicate that this doesn't always work.
Have you tried uninstalling Vault, keeping the database, then reinstalling? The installer will update the permissions.
Be sure you're logged in as an Admin when you run the installer.
Linda Bauer
SourceGear
Technical Support Manager
SourceGear
Technical Support Manager
-
- Posts: 3
- Joined: Mon May 12, 2008 12:47 pm
Generally we recommend backing up your database, then uninstalling, choosing the option to leave the databases in place, then reinstalling, also choosing to keep the existing databases.
If you choose the right options, the databases will not be overwritten, but you do have a backup just in case.
If you choose the right options, the databases will not be overwritten, but you do have a backup just in case.
Linda Bauer
SourceGear
Technical Support Manager
SourceGear
Technical Support Manager
-
- Posts: 3
- Joined: Mon May 12, 2008 12:47 pm
After Reinstall
Thank you. This worked. I seem to be on my way.