Blog Post

Insights
1 MIN READ

IIS ASP.NET 2.0 Potential Installation/configuration issue.

jprknight-oldax's avatar
15 years ago

Enterprise Vault Server Installation

After installing all pre-requisites and running the deployment scanner ASP.NET 2.0 is highlighted as not installed or not configured correctly (Critical). This can occur when .NetFramework 2.0 is installed before IIS. ASP.NET 2.0 has not been correctly registered with IIS.

Although I did not take a screenshot at the time ASP.NET 2.0 was missing from the below. So I was unable to give ASP.NET 2.0 Allow permissions.

imagebrowser image

I then needed to use the aspnet_regiis.exe utility to correct the problem as below:

imagebrowser image

so:

c:
cd\
cd windows
cd Microsoft.Net
cd Framework
cd v2.0.50727
aspnet_regiis.exe -i

It took me a little while to find this. Before which I uninstalled and reinstalled asp.net to which did not help at all. It maybe neccessary to restart IIS if the item does not appear in the IIS Web Extensions window.
Published 15 years ago
Version 1.0
No CommentsBe the first to comment