Windows2003 IIS does not have ASP.NET tabs

  

Reason 1:

1. If only .net framework 1.1 is installed, the tab is not displayed in iis. Asp.net1.1 is supported by default. After installing .net framework 2.0, the asp.net option will be available in the iis site properties.

2, after installing asp.net2.0, please close the iis window, re-open iis, iis site properties will have asp.net options

3, if not yet, then To re-register asp.net in IIS, the method is as follows:

(1) Open a command window. (Click "Start", click "Start", type cmd, and then click "OK".)

(2) Browse to the directory of the Aspnet_regiis.exe version you want to use ( Keep in mind that each version of the .NET Framework has its own version of Aspnet_regiis.exe). This file is usually located in the following directory: systemroot\\Microsoft.NET\\Framework\\versionNumber

Enter the following code, press Enter, and wait for its installation to complete.

For example: C:\\Windows\\\\Microsoft.NET\\Framework\\v1.1.4322\\aspnet_regiis -i

For example: C:\\Windows\\\\Microsoft.NET\\Framework\\v2.0.50727 \\aspnet_regiis -i

Resolution 1:

Reinstalling Framework2.0

Reason 2:

1: Stop IIS Admin Service in the service (at the same time) Will prompt whether to stop the corresponding other, stop these services)

2: Open the file "C:\\WINDOWS\\system32\\inetsrv\\MetaBase.xml”,

Delete Enable32BitAppOnWin64=' Save the file after TRUE's sentence.

3: After restarting the IIS Admin Service and IIS, you can see ASP.net Tab

Copyright © Windows knowledge All Rights Reserved