Error accessing Admin Web Client

If you are having a problem using Vault, post a message here.
Post Reply
Ramsinit
Posts: 2
Joined: Thu Jul 11, 2013 11:11 pm

Error accessing Admin Web Client

Post by Ramsinit » Thu Jul 11, 2013 11:26 pm

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.

Beth
Posts: 8550
Joined: Wed Jun 21, 2006 8:24 pm
Location: SourceGear
Contact:

Re: Error accessing Admin Web Client

Post by Beth » Fri Jul 12, 2013 6:55 am

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:

Code: Select all

C:\Windows\Microsoft.net\framework64\v4.0.30319\aspnet_regiis -i
Then try your web page again.
Beth Kieler
SourceGear Technical Support

Ramsinit
Posts: 2
Joined: Thu Jul 11, 2013 11:11 pm

Re: Error accessing Admin Web Client

Post by Ramsinit » Fri Jul 12, 2013 10:03 am

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?

Beth
Posts: 8550
Joined: Wed Jun 21, 2006 8:24 pm
Location: SourceGear
Contact:

Re: Error accessing Admin Web Client

Post by Beth » Fri Jul 12, 2013 10:28 am

http://<Your Vault server >/vaultservice/admin
Beth Kieler
SourceGear Technical Support

Post Reply