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.
Can't login to the Vault Admin Website
Moderator: SourceGear
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.