Hello,
We have a brand new server 2008 R2 x64 and the only things installed on it are SQL Express 2008 R2 with the updates, IIS 7.5 and .net 3.5 and 4, with complete patches on everything.
I installed Vault to a local\Vault database and it appears to have installed fine. However, when I try to access the main page for the Admin Web Client, I receive the following error:
Error Summary
HTTP Error 500.21 - Internal Server Error
Handler "PageHandlerFactory-Integrated" has a bad module "ManagedPipelineHandler" in its module list
Detailed Error Information
Module
IIS Web Core
Notification
ExecuteRequestHandler
Handler
PageHandlerFactory-Integrated
Error Code
0x8007000d
This is my first install of Vault, so I may have borked something, but I did follow the instructions.
Thanks, in advance.
Error accessing Admin Web Client
Re: Error accessing Admin Web Client
Did you register your .NET framework with IIS after you installed IIS? If not, then run a command prompt as administrator and run the following command:
Then try your web page again.
Code: Select all
C:\Windows\Microsoft.net\framework64\v4.0.30319\aspnet_regiis -i
Beth Kieler
SourceGear Technical Support
SourceGear Technical Support
Re: Error accessing Admin Web Client
Thanks. I was able to get it to register, but the shortcut to the admin page in the Vault program files entry has disappeared, so I can't test it. What's the default web address for the admin?
Re: Error accessing Admin Web Client
http://<Your Vault server >/vaultservice/admin
Beth Kieler
SourceGear Technical Support
SourceGear Technical Support