ASP .NET 2.0 is Reported Missing
Various applications may return a failure indicating that ASP .NET 2.0 is missing, even though it's installed. Systems Center Operations Manager 2007 (SCOM) is an example.
This failure occurs if you install Internet Information Services (IIS) after you have installed .NET Framework 2.0. If you install .NET Framework 2.0, then install IIS while selecting ASP .NET 2.0 as an optional component, the ASP .NET 2.0 extensions might not be registered correctly in the IIS metabase.
The solution for this is to go to the %SYSTEMDRIVE%\Windows\Microsoft.NET\Framework\v2.0.50727 folder and from a command prompt, run the command: aspnet_regiis.exe –i –enable
Labels: tip, troubleshooting



2 Comments:
Hello,
I ran aspnet_regiis.exe –i –enable.
which said "Finished installaling ASP.NET <2.0.50727>." but still I could not see it under Add/Remove Programs--> Windows Component Wizard-->Application Server? Is it the right place to look (for ASP.NEt 1.1 servers I have the item on this window).
Thanks
Dom
Hi Dom,
The fact that the bits exist in the correct folder means that ASP .NET 2.0 is installed. It does not show up as a component in Application Server.
You should see "Microsoft .NET Framework 2.0" listed as an installed program in Add or Remove Programs.
Jeff
Post a Comment
Thank you for posting a comment! It is my hope that you find the information here useful. Let me know (and others) if this post helped you out or if you have a comment or further information.
Links to this post:
Create a Link
<< Home