Install works. Webpage won't load.

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

Moderator: SourceGear

Post Reply
bobbybudds
Posts: 4
Joined: Wed Mar 26, 2008 6:15 pm

Install works. Webpage won't load.

Post by bobbybudds » Wed Mar 26, 2008 6:19 pm

I install vault server and the installation works fine. Then when it loads a page in the web browser i get the error:

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://dserve/VaultService/VaultWeb/Login.aspx?Ret...

<%@ Page Language="C#" AutoEventWireup="true" MasterPageFile="~/VaultWeb/VaultWebMaster.Master" CodeBehind="Login.aspx.c...



Has anybody ran into this? Anyone know a fix? I appreciate your help. Thanks.

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

Post by Beth » Thu Mar 27, 2008 1:49 pm

It sounds like an IIS error.

Could you open a browser on the Vault server and try the pages:
http://localhost/vaultservice
and
http://localhost/vaultservice/vaultservice.asmx and let me know the results?

bobbybudds
Posts: 4
Joined: Wed Mar 26, 2008 6:15 pm

Post by bobbybudds » Mon Mar 31, 2008 3:14 pm

Ya the first link does work however the second one does not. I can't get into the admin client. What do you think the problem with IIS might be?

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

Post by Beth » Mon Mar 31, 2008 3:39 pm

Usually this is a case of where the web service extensions doesn't have the 2.0 .NET framework set to allow. On this post link, the first screenshot shows you what I'm talking about.

bobbybudds
Posts: 4
Joined: Wed Mar 26, 2008 6:15 pm

Post by bobbybudds » Mon Mar 31, 2008 9:16 pm

Server Error in '/VaultService' Application.
--------------------------------------------------------------------------------

Failed to access IIS metabase.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

Exception Details: System.Web.Hosting.HostingEnvironmentException: Failed to access IIS metabase.

The process account used to run ASP.NET must have read access to the IIS metabase (e.g. IIS://servername/W3SVC). For information on modifying metabase permissions, please see http://support.microsoft.com/?kbid=267904.



So now we have the problem narrowed down a bit. I'm right now doing some research to enable this. I followed the link and tried to do the command it gave but it did not work. Oh yeah and I'm on IIS 5.1. Thanks for everything.

bobbybudds
Posts: 4
Joined: Wed Mar 26, 2008 6:15 pm

Post by bobbybudds » Mon Mar 31, 2008 9:27 pm

Yay fixed it. Thanks alot for your help Beth. You put me on the path to find the answer.

This has to do with installing IIS after installing the framework.

Ran a simple command in the C:\Windows\Microsoft.net\framework\V2.0.50727 directory.

aspnet_regiis -i

This reinstalls asp.net 2.0.........

Hope this will help anyone else that encounters the same problem.

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

Post by Beth » Tue Apr 01, 2008 8:48 am

Good catch. :) Thanks for the follow up as well.

ebinfo
Posts: 14
Joined: Sun Apr 20, 2008 12:48 pm

Post by ebinfo » Sun Apr 20, 2008 12:49 pm

bobbybudds wrote:Yay fixed it. Thanks alot for your help Beth. You put me on the path to find the answer.

This has to do with installing IIS after installing the framework.

Ran a simple command in the C:\Windows\Microsoft.net\framework\V2.0.50727 directory.

aspnet_regiis -i

This reinstalls asp.net 2.0.........

Hope this will help anyone else that encounters the same problem.
I had a similar problem and running this fixed it. Thanks for posting the solution :)

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

Post by Beth » Tue Apr 22, 2008 2:15 pm

Thanks for confirming that this is working for other users.

Post Reply