The system I was working on is the Windows Server 2008 standard with IIS 7 (I believe that my experience will apply to all Windows systems of the same age).
Launch
C:\Windows\Microsoft.NET\Framework\v4.0.30319\aspnet_regiis.exe -ir
SEEMED for work, as
C:\Windows\Microsoft.NET\Framework\v4.0.30319\aspnet_regiis.exe -lv
showed .Net framework v4 registered in IIS.
But, doing the same for .Net v2, namely
C:\Windows\Microsoft.NET\Framework\v2.0.50727\aspnet_regiis.exe -ir
NOT brought
C:\Windows\Microsoft.NET\Framework\v2.0.50727\aspnet_regiis.exe -lv
shows the registered structure.
(And for me, the installer for Kofax Capture Network Server was still missing in ASP.NET.)
Decision:
- Open Server Manager
- Go to Roles / Web Server (IIS)
- Click Add Role Services
- check ASP.NET in the "Application Development" section (and click "Install")
After that, aspnet_regiis.exe -lv (any version) shows the registered structure. (And the Kofax installer was also happy and working.)
booFar Dec 18 '15 at 10:03 2015-12-18 10:03
source share