I’m currently performing a migration process and during the Moss installation the following error message is presented:
“This product requires ASP.NET v2.0 to be set to ‘Allow’ in the list of Internet Information Services (IIS) Web Server Extensions. If it is not available in the list, re-install ASP.NET v2.0.”
But on my machine Visual Studio 2005 and .NET2 are installed, so that’s a bit strange. Checking out the IIS extensions panel is indeed not showing the v2.0 version.
To solve the issue open your command prompt en navigate to:
%drive%WindowsMicrosoft.NETFrameworkv2.0.nnnnn
where nnnnn is the least significant version number of ASP.NET 2.0.
Now run the following command at the command prompt:
“aspnet_regiis.exe -iru -enable”
and the issue should be fixed.
Source: Office online – Windows SharePoint Services 2.0 IT Documentation
March 20, 2008 at 3:51 pm
Perfect Solution! I wish I would have found this solution two days ago! Whoever found this…you’re a hero! Thanks!
Charlie
April 12, 2008 at 5:58 am
Thank you!!! You rock.
August 27, 2008 at 6:15 am
Exact Solution !!!!
September 11, 2008 at 10:04 pm
Thanks a Ton!
April 27, 2009 at 4:23 pm
You are my best friend, i love you. You are like God for me. If it weren´t for you my life wouldn´t have no sense. Thank you for all.
Every thing you need, only tell me (a lung, blood, a kideny, everything..)
Kisses
sgnd: javagold & guru of .net
May 14, 2009 at 10:57 pm
You are a life-saver.
July 13, 2009 at 8:00 am
thanks as a world ………… you are excellent……….. thanks thanks thanks
you are nice you are excellent
thanks
July 18, 2009 at 11:36 am
but in my sys ..it showing tht %drive%WindowsMicrosoft.NETFrameworkv2.0.50727 The system cannot find the path specified… but the folder is available… i actually installed windows server 2003 in VMware.. can it b a problem????…
April 30, 2012 at 6:27 pm
Excellent solution buddy
May 19, 2012 at 12:10 am
SPUserpoll cache is hard-coded for 20 minutes. I like to expose it as a property called CacheExpire so that it can be set by users.
What file(s) do I need to modify besides cache.cs and PollDisplayWebPart.cs?
Thank you