473,387 Members | 1,464 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,387 software developers and data experts.

ASP.NET Tab missing in IIS on 2003 x64

When I installed windows 2003x64 and its updates, I had an ASP.NET tab in
IIS.

I installed framework 1.1 for an older website I had to host, but when I
did, the ASP.NET tab dissapeared from IIS.

I've tried re-insalling the v2 framework, but it has still not appeared
again in IIS.

Any ideas ?
Adrian Parker

Dec 3 '05 #1
10 5694
Hi Adrian,

Please try regedit eliminate all versions except 2.0.0.0 from the following
locations:

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

Then please re-register ASP.net 2.0 with IIS by running aspnet_regiis -i in
a command of \WINDOWS\Microsoft.NET\Framework\<your 2.0 version number>\ .

Please let me know if issue persists. Thanks.

Best regards,

WenJun Zhang
Microsoft Online Partner Support

This posting is provided "AS IS" with no warranties, and confers no rights.

Dec 5 '05 #2
Ok, I've checked the registry keys and they're fine, they only contain
2.0.0.0 subkeys.

I ran the aspnet_regiis -i in

c:\windows\microsoft.net/framework\v2.0.50727

Then just to be safe, I rebooted the machine; but to no avail, the tab is
still missing.

Adrian
""WenJun Zhang[msft]"" <wj*****@online.microsoft.com> wrote in message
news:cC****************@TK2MSFTNGXA02.phx.gbl...
Hi Adrian,

Please try regedit eliminate all versions except 2.0.0.0 from the
following
locations:

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

Then please re-register ASP.net 2.0 with IIS by running aspnet_regiis -i
in
a command of \WINDOWS\Microsoft.NET\Framework\<your 2.0 version number>\ .

Please let me know if issue persists. Thanks.

Best regards,

WenJun Zhang
Microsoft Online Partner Support

This posting is provided "AS IS" with no warranties, and confers no
rights.

Dec 5 '05 #3
Hi Adrian,

Please retry by using the -enable switch:

aspnet_regiis -i -enable

Thanks.

Best regards,

WenJun Zhang
Microsoft Online Partner Support

This posting is provided "AS IS" with no warranties, and confers no rights.

Dec 6 '05 #4
Ok, tried with the -enable switch, but still no asp.net tab.

-Adrian
""WenJun Zhang[msft]"" <wj*****@online.microsoft.com> wrote in message
news:H%*****************@TK2MSFTNGXA02.phx.gbl...
Hi Adrian,

Please retry by using the -enable switch:

aspnet_regiis -i -enable

Thanks.

Best regards,

WenJun Zhang
Microsoft Online Partner Support

This posting is provided "AS IS" with no warranties, and confers no
rights.

Dec 6 '05 #5
Ok, Here's what I've found.

I re-insalled the opsys (windows 2003 standard 64 bit edition)
Installed all the updates including the v2.0 (x64) framework.

At this point, there is an ASP.NET tab on the website.

Downloaded and installed framework 1.1.

ASP.NET is still there, but it does not list version 1.4322 as an option,
just 2.50727.

When installing 1.1 I got a messages saying the following..
---------------------------------------------------------
Microsoft .NET Framework 1.1
Microsoft

Issue Description:

This software has known incompatibility with IIS services on this platform.
To maintain IIS functionality,
we recommend that users complete the following steps after the software
install is complete:

1- From the Start menu select Run then press the Enter key

2- In the "Open" edit field enter the following command:

"cscript %SystemDrive%\inetpub\AdminScripts\adsutil.vbs set
w3svc/AppPools/Enable32bitAppOnWin64 1"

3- Press the Enter key
-----------------------------------------------------

When I do this, the asp.net tab dissapears.

What do I do ?

-Adrian

Dec 6 '05 #6
Adrian Parker wrote:
Ok, Here's what I've found.

I re-insalled the opsys (windows 2003 standard 64 bit edition)
Installed all the updates including the v2.0 (x64) framework.

At this point, there is an ASP.NET tab on the website.

Downloaded and installed framework 1.1.

ASP.NET is still there, but it does not list version 1.4322 as an option,
just 2.50727.

When installing 1.1 I got a messages saying the following..
---------------------------------------------------------
Microsoft .NET Framework 1.1
Microsoft

Issue Description:

This software has known incompatibility with IIS services on this platform.
To maintain IIS functionality,
we recommend that users complete the following steps after the software
install is complete:

1- From the Start menu select Run then press the Enter key

2- In the "Open" edit field enter the following command:

"cscript %SystemDrive%\inetpub\AdminScripts\adsutil.vbs set
w3svc/AppPools/Enable32bitAppOnWin64 1"

3- Press the Enter key
-----------------------------------------------------

When I do this, the asp.net tab dissapears.

What do I do ?

-Adrian


Your case is same to me.

I run a machine with 64 bit windows XP and it is installed the
VisualStudio2005.
At the beginning time, the ASP.NET tag was in the IIS.

However, since I needed to test some 1.x ASP.NET app which will call
some 32 bit native function. I switched the IIS to 32 bit mode. Then,
the ASP.NET tag disappeared.

No matter how I did , the ASP.NET tag did not appear.

Finally, I switched the IIS to 64 bit mode, then the ASP.NET appeared again.
I think that the ASP.NET tag in IIS is implemented by COM interface.
Since the IIS manager itself is a 64 bit component. so that it just can
load 64 bit COM component. Then, the 32 bit ASP.NET is set to current
ASP.NET function. The tag cannot be loaded in IIS manager.

--
Jacky Kwok
jacky@alumni_DOT_cuhk_DOT_edu_DOT_hk
jacky@compose_DOT_com_DOT_hk
Dec 7 '05 #7
Ok, I believe the whole story is clearly described in the following article.

How to switch between the 32-bit versions of ASP.NET 1.1 and the 64-bit
version of ASP.NET 2.0 on a 64-bit version of Windows
http://support.microsoft.com/default...b;en-us;894435

So Adrian, does the solution of manually switching between the different
bit versions work for you?

Thanks.

Best regards,

WenJun Zhang
Microsoft Online Partner Support

This posting is provided "AS IS" with no warranties, and confers no rights.

Dec 7 '05 #8
Ok, can you you clarify something.. If I want to run 1.1 and 2.0 at the
same time, do I download the 64 bit version of 2.0 or the 32 bit version ?
i.e. will the 64 bit verson run in 32 bit mode.

-Adrian

""WenJun Zhang[msft]"" <wj*****@online.microsoft.com> wrote in message
news:NX***************@TK2MSFTNGXA02.phx.gbl...
Ok, I believe the whole story is clearly described in the following
article.

How to switch between the 32-bit versions of ASP.NET 1.1 and the 64-bit
version of ASP.NET 2.0 on a 64-bit version of Windows
http://support.microsoft.com/default...b;en-us;894435

So Adrian, does the solution of manually switching between the different
bit versions work for you?

Thanks.

Best regards,

WenJun Zhang
Microsoft Online Partner Support

This posting is provided "AS IS" with no warranties, and confers no
rights.

Dec 7 '05 #9
The problem with that article is that it doesn't cover the fact that once
you switch to 32 bit mode, the asp.net tab dissapears, so it's useless.

I can't waste anymore time on this now, so I've installed windows 2000 which
works fine.

-Adrian

""WenJun Zhang[msft]"" <wj*****@online.microsoft.com> wrote in message
news:NX***************@TK2MSFTNGXA02.phx.gbl...
Ok, I believe the whole story is clearly described in the following
article.

How to switch between the 32-bit versions of ASP.NET 1.1 and the 64-bit
version of ASP.NET 2.0 on a 64-bit version of Windows
http://support.microsoft.com/default...b;en-us;894435

So Adrian, does the solution of manually switching between the different
bit versions work for you?

Thanks.

Best regards,

WenJun Zhang
Microsoft Online Partner Support

This posting is provided "AS IS" with no warranties, and confers no
rights.

Dec 7 '05 #10
I had ASP tab mising in my IIS Win2003 32bit server and this finally took
care of it.

Thanks for the post.

Peter


""WenJun Zhang[msft]"" wrote:
Hi Adrian,

Please try regedit eliminate all versions except 2.0.0.0 from the following
locations:

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

Then please re-register ASP.net 2.0 with IIS by running aspnet_regiis -i in
a command of \WINDOWS\Microsoft.NET\Framework\<your 2.0 version number>\ .

Please let me know if issue persists. Thanks.

Best regards,

WenJun Zhang
Microsoft Online Partner Support

This posting is provided "AS IS" with no warranties, and confers no rights.

Feb 25 '06 #11

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

5
by: Steven T. Hatton | last post by:
If you happen to have Accelerated C++ by Koenig and Moo, and haven't gotten around to reading it, I suggest you count the pages between page 18 and page 51. I came up with zero. This is very...
0
by: TList | last post by:
Hi. When compiling (using MS VS 2003) with the xml output option enabled I get "Missing XML Comment for pub.....". This of course is the way it should be but is there a way to make the compiler...
2
by: Neo Chou | last post by:
Greetings! I'm converting a project written in VC6 to VS.NET 2003. When I built the solution that was generated automatically from VC6 workspace (.dsw), some errors occurred. "sqlole.h",...
2
by: Jacques | last post by:
Hello, We re-compiled a COM VC++6.0 project using Visual Studio .NET 2003 (unmanaged code). Next, we copied the DLL to a Windows 2003 Server computer. When we tried to register the COM object,...
3
by: Harry Simpson | last post by:
Windows Server 2003 is supposed to include Framework 1.1 right. I don't have it here but have reports that the web is not running. The users say that the %COMPUTERNAME%\ASPNET user doesn't exist....
2
by: Simon Verona | last post by:
I don't know if this is the correct group to ask the question, but I'll ask it here anyways! I have a solution, written in vb.net 2003 (using Visual Studio 2003 Professional) which has multiple...
3
by: musosdev | last post by:
Hi guys I've just noticed I don't have an ASPNET user account running on either my Workstation or Server (both running .net2.0, workstation has vs2005 pro). Simple question... should it be...
3
by: l.green | last post by:
I have recently migrated from MS Access 2000 to MS Access 2003 and am testing all my Access apps. One app uses the Mousehook.dll which I downloaded from the web a few years ago. The .dll is in the...
2
by: Mark G. King | last post by:
I have Access 2003 SP2. When I open any database annd choose Tools / Database Utilities the menu item Compact And Repair is missing. I have re-installed Office 2003 using Detect and Repair but...
3
by: NEWSGROUPS | last post by:
I am in the midst of trying to convert about 25 Access 2000 to Access 2003. The new environment consists of Office/Access 2003 and Outlook 2003. When converting the back ends I have no problems....
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.