Microsoft Knowledge Base Email Alertz

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

Search KbAlertz

Advanced Search

Receive Microsoft Knowledge Base articles by E-Mail?

Every night we scan the Microsoft Knowledge Base. If technologies you're interested in are updated, we'll send you an e-mail. You only get one e-mail a day, and only when new articles are added.

Click here to create a
FREE account
Already have an account?
[Click here to Login]











Microsoft Knowledge Base Article

This article contents is Microsoft Copyrighted material.
©2005-©2007 Microsoft Corporation. All rights reserved. Terms of Use | Trademarks

Article ID: 812405 - Last Review: December 3, 2007 - Revision: 4.3

PRB: ASP.NET 1.0 does not appear in the Web Service Extension list in IIS 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.

On This Page

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  (http://kbalertz.com/Feedback.aspx?kbNumber=306005/EN-US/ ) 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.
Managing Multiple Versions of ASP.NET
ms-help://MS.NETFrameworkSDKv1.1/cpguidenf/html/cpconmanagingmultipleversionsofaspnet.htm (ms-help://MS.NETFrameworkSDKv1.1/cpguidenf/html/cpconmanagingmultipleversionsofaspnet.htm)

APPLIES TO
  • Microsoft ASP.NET 1.0
  • Microsoft Internet Information Services 6.0
Keywords: 
kbfilters kbenable kbwebserver kbextension kbdll kbprb KB812405
       

Community Feedback System

Very often, it takes hours to solve a problem. Very often, you've looked high and low, and have tried a lot of solutions. When you finally found it, chances are, it was because someone else helped you. Here's your chance to give back. Use our community feedback tool to let others know what worked for you and what didn't.

Please also understand that the community feedback system is not warranted to be correct, it's simply a system that we've built to let people try and help each other. If something in a feedback response doesn't make sense to you, or you're not comfortable making changes that the feedback talks about (like registry edits), please consult a professional.

Thank you for using kbAlertz.com Feedback System.

-- Scott Cate