FAQ: ASPNET account not found on Vault server install

A collection of information about Vault, including solutions to common problems.

Moderator: SourceGear

Post Reply
jeremy_sg
Posts: 1821
Joined: Thu Dec 18, 2003 11:39 am
Location: Sourcegear
Contact:

FAQ: ASPNET account not found on Vault server install

Post by jeremy_sg » Mon Feb 16, 2004 3:45 pm

For the Vault server to function correctly, both the .NET framework and IIS must be correctly installed and working together. It is critical that the IIS be installed first and that .NET framework be installed after IIS is already installed.

The .NET install creates the ASPNET user and configures IIS to properly utilize it. If IIS is installed after .NET, this user will not be appropriately configured and web services will not work correctly. To fix this problem, the .NET runtime must be uninstalled and reinstalled.

You can obtain the .NET redistributable version 1.1 from Microsoft at http://www.microsoft.com/downloads/deta ... layLang=en

Post Reply