Installing IIS and registering .NET with IIS

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

Moderator: SourceGear

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

Installing IIS and registering .NET with IIS

Post by Beth » Tue Jul 09, 2013 9:56 am

Beth Kieler
SourceGear Technical Support

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

Re: Installing IIS and registering .NET with IIS

Post by Beth » Tue Jul 09, 2013 10:01 am

Windows 7/8

1. Go to Control Panel - Programs and Features.

2. Click the link to Turn Windows Features On/Off.

3. Expand Internet Information Services.

4. Expand Web Management Tools and click on IIS Management Console.

5. Click on World Wide Web Services.

6. Step 5 should select what you need, but to double check, expand Application Development Features and make sure ASP.NET is selected. Other items might be selected as well to support ASP.NET.

7. Expand Common HTTP Features and make sure , Default Document, HTTP Errors, and Static Content are checked.

8. Click OK.

9. Wait for IIS to fully install.

10. Find the command prompt icon, right-click it and select Run As Administrator.

11. Change directories to the .NET framework needed for the version of Vault you will be running. For Vault 6.0, you will want to change directories to the 4.0 .NET framework, which will be at C:\Windows\Microsoft.NET\framework\v4.0.30319. If you are on a 64-bit system, change framework to framework64.

12. Run the command

Code: Select all

aspnet_regiis -i
to register the .NET framework with IIS.
Beth Kieler
SourceGear Technical Support

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

Re: Installing IIS and registering .NET with IIS

Post by Beth » Wed Jul 10, 2013 9:32 am

Windows 2008/2012/2016

1. Open the Windows Server Manager.

2. Scroll down to Role Summary, and click Add Roles on the right-hand side.

3. A wizard will open. Click Next.

4. Check the box Web Server(IIS) and click Next.

5. Click Next once you read about IIS Services.

6. Check that Static Content and ASP.NET are selected. You may be asked to install supporting features.

7. Click Next, then click Install.

8. Wait for IIS to fully install, then click Close.

9. Find the command prompt icon, right-click it and select Run As Administrator.

10. Change directories to the .NET framework needed for the version of Vault you will be running. For Vault 6.0, you will want to change directories to the 4.0 .NET framework, which will be at %WINDIR%\Microsoft.NET\Framework\v4.0.30319. If you are using the 64-bit version of Vault, change to %WINDIR%\Microsoft.NET\Framework64\v4.0.30319.

11. Run the command

Code: Select all

aspnet_regiis -i
to register the .NET framework with IIS.
Beth Kieler
SourceGear Technical Support

jclausius
Posts: 3702
Joined: Tue Dec 16, 2003 1:17 pm
Location: SourceGear
Contact:

Re: Installing IIS and registering .NET with IIS

Post by jclausius » Mon Dec 26, 2022 9:00 am

Here's a quick screen shot of the roles selected running Vault Server 10.2 on Windows Server 2022.
Attachments
vaultserver-win2022.png
vaultserver-win2022.png (116.33 KiB) Viewed 50061 times
Jeff Clausius
SourceGear

Post Reply