ASP.NET is registered incorrectly in the Internet Information Services (IIS) metabase
Symptoms
If ASP.NET is registered incorrectly in the IIS metabase, the Upgrade.log file will contain an error message that resembles the following:[SPIisWebSiteWssSequence] [ERROR] [10/10/2007 10:21:25 AM]: Action 3.0.3.0 of Microsoft.SharePoint.Upgrade.SPIisWebSiteWssSequence failed. [SPIisWebSiteWssSequence] [ERROR] [10/10/2007 10:21:25 AM]: InstallAspNet 566609673 failed. [SPIisWebSiteWssSequence] [ERROR] [10/10/2007 10:21:25 AM]: at Microsoft.SharePoint.Upgrade.EnsureAspNetScriptMapInstalled.Upgrade() at Microsoft.SharePoint.Upgrade.SPActionSequence.Upgrade()
Cause
This problem occurs because ASP.NET is registered incorrectly in the IIS metabase.Resolution
To resolve this problem, follow these steps:- Click Start, click Run, type cmd, and then click OK.
- At the command prompt, move to the following folder: %windir%\Microsoft.net\framework\v2.0.50727
- At the command prompt, type the following command, and then press ENTER: aspnet_regiis.exe –s W3SVC/number/ROOTNote number is the ID of the affected IIS Web site.
Software\Microsoft\Shared Tools\Web Server Extensions\12.0\WSS\SPAdmin
DWORD value: SleepOnStart set to 20000 decimal
No comments:
Post a Comment