Do you also sometimes receive errors like the ones below when installing SharePoint 2007. Well read on.

As you can see below, in IIS ASP.NET 2.0 is not registered but it is installed (see Add/Remove Programs)

Solve this by registering ASP.NET with IIS. Follow these steps:
-
Quit Internet Information Services Manager.
- Click Start, click Run, type cmd, and then click OK.
- At the command prompt, type the following:
path Aspnet_regiis -ir
Note path is a placeholder for the folder where the .NET Framework 2.0 is installed.

Now go to IIS and “Allow” ASP.NET v2.0 and you’re done.


Leave a Reply