How to register ASP.NET 4.0 for Enterprise Vault

book

Article ID: 100037485

calendar_today

Updated On:

Description

Description

Use the ASP.NET IIS Registration Tool (aspnet_regiis.exe,) to register ASP.NET 4.0.

1. Open a Command Prompt window as an administrator, as follows:

a. From the Start menu, click All Programs, and then Accessories.

b. Right-click Command Prompt and then choose Run as administrator.

2. Change directory to the Microsoft.NET\Framework\v4.0.30319 folder. For example if the folder is on drive C:, enter the following command:

cd C: \Windows\Microsoft.NET\Framework\v4.0.30319

3. At the command prompt, type command aspnet_regiis.exe -iru and then press Enter.  
 
4.At the command prompt, type iisreset and then press Enter.
 
5. When the command has successfully completed, close the Command Prompt window.
 

Issue/Introduction

How to register ASP.NET 4.0 for Enterprise Vault