Missing ASP.NET tab in IIS after .NET Framework 2.0 installation.

G

Guest

I have seen several posts with suggestions ranging from manual modification
of config files to aspnet_regiis but neither of them brings the sought after
ASP.NET tab on my IIS6/Win2k3 server.

The frameworks work correctly only with the problem that there is no easy
way to switch b/w the 1.1 and 2.0 for their respective website applications.

A meaningful way to producing the tab will be highly appreciated.
 
G

Guest

I have not found any of the article referenced items on my server, I am
afraid. Maybe because there was no beta software installed there, only the
production one.

It may be of help to mention that next to the last listed in the article
(HKEY_CLASSES_ROOT\CLSID\{FEDB2179-2335-48F0-AA28-5CDA35A2B36D}) key, on my
server, there was another, similar, key
(HKEY_CLASSES_ROOT\CLSID\{FEDB2179-2335-48F1-AA28-5CDA35A2B36D}) referring to
the 2.0 framework but with no child node under the \InprocServer32 at all.

Maybe this -48F1- key needs to be removed?

Thanks for your help,

-Robert
 
S

Stefano Del Furia

No,
don't touch -48f1- key !!!
If you dont reach to find none of these key:

HKEY_CLASSES_ROOT\CLSID\{7D23CCC6-A390-406E-AB67-2F8B7558F6F6}\InprocServer32
HKEY_CLASSES_ROOT\CLSID\{FD5CD8B1-6FE0-44F3-BBFB-65E3655B096E}
\InprocServer32
HKEY_CLASSES_ROOT\CLSID\{FEDB2179-2335-48F0-AA28-5CDA35A2B36D}\InprocServer32

i think that you must try to reinstall .NET 2.0
By
Stefano

In data Fri, 25 Nov 2005 17:20:02 +0100, robertz
 
G

Guest

I did, and the ASP.NET tab is still missing.

Used the aspnet_regiis.exe -u to revert all existing apps to v1.1, then
Add/Remove Programs to uninstall the 2.0 Framework. Without restarting the
IIS or rebooting the server I have used the dotnetfx.exe to install the
framework again and the tab is still missing.

Is there something I am missing here, reboot, restart a short prayer...? No
offense, Stefano but this technology starts looking geeky to me.

FYI: I have found a good utility to compensate for this MSFT blunder on the
tab. DennisBauer.com has an ASP.NET Version Switcher, which certainly fills
the gap here. Highly recommended to all those folks out there missing the
ASP.NET tab.

Still looking for help...

-Robert
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top