代码改变世界

Installing SharePoint 2007 by using different versions of .net framework

2008-08-27 18:08  俺是老Z  阅读(266)  评论(0编辑  收藏  举报

Problem: This product requires ASP.NET v2.0 to be set to 'Allow' in the list of IIS Web Server Extensions

 

Reason: There are different versions of .net framework installed in your computer (at least 3.0 and 2.0), it needs asp.net 2.0 and workflow in 3.0, so there're conflict.

 

Solution:

          1. Run C:\WINDOWS\Microsoft.NET\Framework64\v2.0.50727\aspnet_regiis.exe -c

          2. Installs the client-side scripts for ASP.NET, such as client-side validation scripts, to the aspnet_client subdirectory of each Internet Information Services (IIS) site directory

          3. Now you can see there is an extension named "ASP.NET v2.0 50727" under IIS->Web Service Extensions, allow it!

 

Should be OK now. :)