Cannot Acces Admin Web Client

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

Moderator: SourceGear

Post Reply
thoughtCrime
Posts: 2
Joined: Sat Jan 29, 2011 10:00 am

Cannot Acces Admin Web Client

Post by thoughtCrime » Sat Jan 29, 2011 10:21 am

I just installed Vault Professional. When visiting the Admin Web Client
(i.e. http://{serverName}/VaultService/Admin/)

I get the below error. Note: I get similar error at
http://{serverName}/VaultService/VaultWeb/Login.aspx

I assume there is something wrong with IIS (v 5.1 on XP pro) setup. But, I don't know how to start.


Error Message In
The XML page cannot be displayed
Cannot view XML input using XSL style sheet. Please correct the error and then click the Refresh button, or try again later.

--------------------------------------------------------------------------------

A name was started with an invalid character. Error processing resource 'http://peter-insp1520/VaultService/VaultWeb/Login....

<%@ Page Language="C#" AutoEventWireup="true" MasterPageFile="~/VaultSite.Master" CodeBehind="Login.aspx.cs" Inherits="V...

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

Re: Cannot Acces Admin Web Client

Post by Beth » Sat Jan 29, 2011 1:33 pm

It sounds like a .NET framework issue to me, but I'd first recommend trying a different browser to access the page. If another browser return an error, then try re-registering your .NET framework using the following command at a command prompt:

Code: Select all

%windir%\Microsoft.NET\Framework\v2.0.50727\aspnet_regiis.exe -i
Beth Kieler
SourceGear Technical Support

Post Reply