装sharepoint service 3.0的时候遇到的问题
http://office.microsoft.com/en-us/winsharepointadmin/HA100598511033.aspx
Enable ASP.NET 2.0 in the web service extensions
This procedure enables ASP.NET 2.0 in the Web service extensions without changing the configuration of the virtual servers. You will specify which virtual servers you want to use ASP.NET 2.0 in a later procedure.
- Click Start, and then click Run.
- In the Open box, type cmd and then click OK.
- Open the following directory:
%drive%/WINNT/Microsoft.NET/Framework/v2.0.nnnnn
where %drive% is the drive letter on which you installed Windows Server 2003 and nnnnn is the least significant version number of ASP.NET 2.0.
Note If you are running a 64-bit edition of Windows Server 2003 do not open the 64-bit directory, because Windows SharePoint Services requires that IIS be run in 32-bit mode.
- Run the following command at the command prompt:
aspnet_regiis.exe -iru -enable
- Close the command prompt.
- In Internet Information Services (IIS) Manager click Refresh from the Action menu.
- Verify that ASP.NET v2.0.nnnnn is listed in the Web Service Extension column and that the status is Allowed. If the status is Prohibited, you can change the status by right-clicking ASP.NET v2.0.nnnnn and then clicking Allow.
- After verifying that ASP.NET is allowed, the next step is to specify which virtual servers you want to use ASP.NET 2.0. Proceed to Specifying which virtual servers use ASP.NET 2.0.