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?
Error: ASP.NET must be enabled for the Vault Server to work.
Moderator: SourceGear
Re: Error: ASP.NET must be enabled for the Vault Server to work.
Do you have the 2.0 .NET framework installed? That is what Vault uses.
Beth Kieler
SourceGear Technical Support
SourceGear Technical Support
Re: Error: ASP.NET must be enabled for the Vault Server to work.
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?
.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?
Re: Error: ASP.NET must be enabled for the Vault Server to work.
Can I have you re-register the 2.0 .NET framework?
Open a command prompt and type the following commands:
and
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.
Open a command prompt and type the following commands:
Code: Select all
C:\Windows\Microsoft.NET\framework\v2.0.50727\aspnet_regiis -u
Code: Select all
C:\Windows\Microsoft.NET\framework\v2.0.50727\aspnet_regiis -i
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
SourceGear Technical Support