Can't login to the Vault Admin Website

If you are having a problem using Vault, post a message here.

Moderator: SourceGear

Post Reply
QuantDev
Posts: 1
Joined: Sun Jul 08, 2007 9:47 am

Can't login to the Vault Admin Website

Post by QuantDev » Sun Jul 08, 2007 10:05 am

Hi all,

I have been struggling to install Vault and don't know exactly what is going wrong. I have managed to go through the install set up, but when I launch the client I cannot log in to the server with the admin username.

I can connect the Vault Home page (at http://<myservername>/VaultService), but when I click on any of the links on that page, for instance to log in to the Vault Admin website, I've got weird pages appearing, such as:
<%@ Page Language="C#" MasterPageFile="AdminMaster.Master" AutoEventWireup="true" CodeBehind="Default.aspx.cs" Inherits="VaultService.Default" Title="Admin" %>

<asp:Content ID="ContentDefault" ContentPlaceHolderID="ContentPlaceHolderOnAdminMaster" runat="server">
<div id="RejectDiv" visible="false" runat="server">You are not an admin user.</div>
</asp:Content>

How could this be solved? Many thanks.

jeremy_sg
Posts: 1821
Joined: Thu Dec 18, 2003 11:39 am
Location: Sourcegear
Contact:

Post by jeremy_sg » Mon Jul 09, 2007 7:34 am

It looks like ASP.Net is not enabled on your server. Take a look at the KB article http://support.sourcegear.com/viewtopic.php?t=202 to try to troubleshoot this.

Post Reply