Video Screencast Help
Search Video Help Close Back
to help
Not able to make it to Vision this year? Get a sampling in the Best of Vision on Demand group.

IIS ASP.NET 2.0 Potential Installation/configuration issue.

Created: 29 Jul 2009
jprknight's picture
+5 5 Votes
Login to vote

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.