Error: ASP.NET must be enabled for the Vault Server to work.

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

Moderator: SourceGear

Post Reply
Avarice
Posts: 4
Joined: Tue Aug 19, 2008 11:15 pm

Error: ASP.NET must be enabled for the Vault Server to work.

Post by Avarice » Tue Aug 19, 2008 11:22 pm

I just downloaded the following installer for Vault Server:

VaultServer_4_1_2_18185.msi

When I launch the installer as an Admin, I get the following error message:

ASP.NET must be enabled for the Vault Server to work.

I am running Windows Vista 32-bit and have Visual Studio 2008, .NET 3.5 Framework, SQL Server 2005 and IIS 7 installed. I am able to run ASP.NET applications created in Visual Studio 2008 successfully so I am not sure why this error message appears. Can you please assist?

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

Re: Error: ASP.NET must be enabled for the Vault Server to work.

Post by Beth » Wed Aug 20, 2008 7:42 am

Do you have the 2.0 .NET framework installed? That is what Vault uses.
Beth Kieler
SourceGear Technical Support

Avarice
Posts: 4
Joined: Tue Aug 19, 2008 11:15 pm

Re: Error: ASP.NET must be enabled for the Vault Server to work.

Post by Avarice » Wed Aug 20, 2008 7:49 am

Beth,

.NET Framework 2.0 is installed by default when you have Windows Vista. I double checked this by downloading the .NET Framework 2.0 installer (dotnetfx.exe) and sure enough when I launched it a message box popped up and said that it didn't need to be installed because it was already built into the operating system. Any other ideas on how to remedy this?

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

Re: Error: ASP.NET must be enabled for the Vault Server to work.

Post by Beth » Thu Aug 21, 2008 8:24 am

Can I have you re-register the 2.0 .NET framework?

Open a command prompt and type the following commands:

Code: Select all

C:\Windows\Microsoft.NET\framework\v2.0.50727\aspnet_regiis -u 
and

Code: Select all

C:\Windows\Microsoft.NET\framework\v2.0.50727\aspnet_regiis -i
Your OS might have Winnt or something else in place of Windows for the path.

Also, check in your IIS manager under Web Service Extensions and make sure ASPNET 2.0 is set to allow.
Beth Kieler
SourceGear Technical Support

Post Reply