Notice: This website is an unofficial Microsoft Knowledge Base (hereinafter KB) archive and is intended to provide a reliable access to deleted content from Microsoft KB. All KB articles are owned by Microsoft Corporation. Read full disclaimer for more details.

PRB: ASP.NET 1.0 does not appear in the Web Service Extension list in IIS 6.0


View products that this article applies to.

Symptoms

When you install or register ASP.NET version 1.0 that is included with the Microsoft .NET Framework 1.0 on computer that has Internet Information Services (IIS) 6.0 installed, ASP.NET does not appear in the Web Service Extensions list in IIS 6.0. However, ASP.NET version 1.1 that is included with the .NET Framework 1.1 appears automatically.

↑ Back to the top


Resolution

To resolve this problem, manually add ASP.NET 1.0 to the Web Service Extensions list.

Steps to Add ASP.NET 1.0 to the Web Service Extensions List

  1. Click Start, point to Settings, and then click Control Panel.
  2. Double-click Administrative Tools, and then double-click Internet Information Services (IIS) Manager.
  3. Expand Computer Name, and then click Web Service Extensions.
  4. In the right pane, click Add a new Web Service Extension.
  5. In the Extension name text box, type ASP.NET v1.0.3705.
  6. Click Add, and then click Browse.
  7. Locate Windows Directory\Microsoft.NET\Framework\v1.0.3705\Aspnet_isapi.dll.
  8. Click Open, and then click OK.
  9. Click to select the Set extension status to Allowed check box, and then click OK.

↑ Back to the top


Status

This behavior is by design.

↑ Back to the top


More information

When ASP.NET version 1.1 is installed on a computer that uses IIS 6.0, the installation script creates a metabase key for ASP.NET version 1.1. This metabase key allows ASP.NET version 1.1 to appear in the Web Service Extensions of IIS 6.0.

Steps to Reproduce the Behavior

  1. Install the .NET Framework version 1.0.
  2. Register ASP.NET version 1.0 in IIS 6.0. To do this, run the following command at a Visual Studio .NET 2002 command prompt:
    aspnet_regiis -i
  3. Click Start, point to Settings, and then click Control Panel.
  4. Double-click Administrative Tools, and then double-click Internet Information Services (IIS) Manager.
  5. Expand Computer Name.
  6. Click Web Service Extensions. Verify that ASP.NET v1.0.3705 does not appear in the Web Service Extensions list.

↑ Back to the top


References

For additional information, click the following article number to view the article in the Microsoft Knowledge Base:
306005 HOWTO: Repair IIS Mapping After You Remove and Reinstall IIS
For more information, see the following article in the Microsoft .NET Framework SDK version 1.1 documentation.

Note: You can only view this article if the Microsoft .NET Framework SDK version 1.1 documentation is installed on your computer.

↑ Back to the top


Keywords: KB812405, kbprb, kbdll, kbextension, kbwebserver, kbenable, kbfilters

↑ Back to the top

Article Info
Article ID : 812405
Revision : 7
Created on : 12/3/2007
Published on : 12/3/2007
Exists online : False
Views : 355