Knowledgebase
ASP.NET Tab is missing from IIS on Windows 2003 64-Bit
Posted by J.T. Smith on 28 July 2011 05:47 PM
ASP.NET Tab is missing from IIS on Windows 2003 64-Bit To fix this issue: 1) Stop the IIS Admin service (and any services that depend on it) via: Start / Control Panel / Administrative Tools / Services. 2) Make a copy of "MetaBase.xml" at "C:\WINDOWS\System32\inetsrv\". 3) Open "C:\WINDOWS\System32\inetsrv\MetaBase.xml" in Notepad, or your favorite Text/XML Editor. 4) Seaarch for and DELETE the line read 'Enable32BitAppOnWin64="TRUE"' - and SAVE the change. 5) Restart IIS Admin service via the command: Start > Run > "iisreset". Open IIS and the ASP.NET Tab should now be present for each site therein. |
|
|
Comments (0)