Server Admin WEb page not functioning.

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

Moderator: SourceGear

Post Reply
kevinhanson
Posts: 33
Joined: Tue Mar 11, 2008 11:27 am
Location: Seattle, WA
Contact:

Server Admin WEb page not functioning.

Post by kevinhanson » Wed Mar 12, 2008 10:35 am

I just installed Vault 4.1 on an XP Pro box with a fresh install of SQL Server 2005.

The installation seemed to go fine, no errors messages. However, when I launch the Admin Web Client, I don't see a web client, I see the asp code behind the page! Like this:

Code: Select all

<%@ 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>

Obviously it's trying to tell me I'm "not an admin user", but I never even got to TRY and log in, so how in the world is this happening? And how do I fix it?

ugh.

lbauer
Posts: 9736
Joined: Tue Dec 16, 2003 1:25 pm
Location: SourceGear

Post by lbauer » Wed Mar 12, 2008 4:13 pm

This might mean the IIS mappings for the ASP.NET user are not set correctly. This can happen if you install IIS after installing .NET. Information on correcting this problem is located in the following Microsoft Knowledge base article.
http://support.microsoft.com/default.as ... 05&SD=MSKB&

As of Vault 4.0, the .Net Framework version 2.0 is required to run the server.

Let us know if this does not resolve the problem.
Linda Bauer
SourceGear
Technical Support Manager

kevinhanson
Posts: 33
Joined: Tue Mar 11, 2008 11:27 am
Location: Seattle, WA
Contact:

Post by kevinhanson » Wed Mar 12, 2008 4:38 pm

That, and a dozen other subsequent steps, finally got me running, almost. :)

Thanks.

lbauer
Posts: 9736
Joined: Tue Dec 16, 2003 1:25 pm
Location: SourceGear

Post by lbauer » Wed Mar 12, 2008 8:31 pm

Let us know if you need additional help getting past "almost." :)
Linda Bauer
SourceGear
Technical Support Manager

Post Reply