Enable ASP.NET in IIS

来源:互联网 发布:怎么隐藏域名信息 编辑:程序博客网 时间:2024/05/17 23:39

装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.

  1. Click Start, and then click Run.
  2. In the Open box, type cmd and then click OK.
  3. 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.

  4. Run the following command at the command prompt:

    aspnet_regiis.exe -iru -enable

  5. Close the command prompt.
  6. In Internet Information Services (IIS) Manager click Refresh from the Action menu.
  7. 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.
  8. 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.
  9.