I just tried to upgrade Vault Server 5.1 to 6. When I try to run the Admin Web Client, I get the following error:
Server Error in Application "DEFAULT WEB SITE/VAULTSERVICE"
HTTP Error 500.21 - Internal Server Error
Handler "PageHandlerFactory-Integrated" has a bad module "ManagedPipelineHandler" in its module list
It suggests that this is caused by ASP.NET not being installed, but the server (Windows Server 2008 R2) says it is.
What did I do wrong with the upgrade, and how do I recover from this?
Vault 5 to 6 Upgrade Failure
Moderator: SourceGear
Re: Vault 5 to 6 Upgrade Failure
Try re-registering your 4.0 .NET framework.
The number of the 4.0 .NET framework you high might be slightly different than what I have in the commands below. Check what you have and use that version number.
If a 32-bit machine:
If a 64-bit machine:
The number of the 4.0 .NET framework you high might be slightly different than what I have in the commands below. Check what you have and use that version number.
If a 32-bit machine:
Code: Select all
C:\Windows\Microsoft.net\framework\v4.0.30319\aspnet_regiis -i
Code: Select all
C:\Windows\Microsoft.net\framework43\v4.0.30319\aspnet_regiis -i
Beth Kieler
SourceGear Technical Support
SourceGear Technical Support
Re: Vault 5 to 6 Upgrade Failure
Thanks, Beth. That did the trick.
Re: Vault 5 to 6 Upgrade Failure
You're welcome. Thank you for the update.
Beth Kieler
SourceGear Technical Support
SourceGear Technical Support