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



The information in this article applies to:

  • Microsoft ASP.NET (included with the .NET Framework) 1.0
  • Microsoft Internet Information Services version 6.0

Beta Information

This article discusses a Beta release of a Microsoft product. The information in this article is provided as-is and is subject to change without notice.

No formal product support is available from Microsoft for this Beta product. For information about how to obtain support for a Beta release, see the documentation that is included with the Beta product files, or check the Web location from which you downloaded the release.

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.

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.

STATUS

This behavior is by design.

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.

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.

Modification Type:MajorLast Reviewed:11/18/2004
Keywords:kbfilters kbenable kbWebServer kbExtension kbDLL kbprb KB812405 kbAudDeveloper