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>
ugh.