473,809 Members | 2,620 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

2k3 Server x64 setup question

Hi guys

I've been investigating a problem whereby one of our webapps uses a
different .NET version to most of the others.

Everything was fine, but we recently moved our web server stuff to a new
machine, which I discovered only afterwards runs Windows 2003 Server x64.

The problem is... the missing ASP.NET tab in IIS.

From what I've read, this "bug" won't be fixed. So the question is... how do
we enable different versions of the .NET Framework for different websites in
IIS on x64?!

I've read that many contradictory things - I'm a bit lost! Could someone
explain exactly what I need to do!?!

Thanks,

Dan
May 17 '07 #1
3 1094
musosdev wrote:
Hi guys

I've been investigating a problem whereby one of our webapps uses a
different .NET version to most of the others.

Everything was fine, but we recently moved our web server stuff to a new
machine, which I discovered only afterwards runs Windows 2003 Server x64.

The problem is... the missing ASP.NET tab in IIS.

From what I've read, this "bug" won't be fixed. So the question is... how do
we enable different versions of the .NET Framework for different websites in
IIS on x64?!

I've read that many contradictory things - I'm a bit lost! Could someone
explain exactly what I need to do!?!

Thanks,
The problem is because of that
in 64bit windows, the IIS ASPNET is running under 64bit mode by default.

In 64bit mode, there is only dotnet2 64 bit version. There is no 64 bit
Dotnet1.x. Hence, no any method you can select different dotnet version.
If you need to use dotnet1.x, you must switch the IIS ASPNET in 64 bit
windows running under 32bit mode.
Refer "http://support.microso ft.com/default.aspx?sc id=kb;en-us;894435".

After switch to 32bit mode, you can install the dotnet1.x and you can
see the tab you want.

--
Jacky Kwok
jacky@alumni_DO T_cuhk_DOT_edu_ DOT_hk
May 18 '07 #2
Hi Dan,

Besides the KB mentioned by Jacky, there's also another KB useful here:

#The "ASP.NET" tab of IIS Manager does not appear when you retrieve the
properties for a virtual directory in IIS Manager
http://support.microsoft.com/kb/919283
This means when IIS is running under 32-bit, the ASP.NET tab is not
available. To switch different asp.net version for different websites, you
can either use aspnet_regiis -s, or you can use a free tool named ASP.NET
Version Switcher to do it for you:

http://www.denisbauer.com/NETTools/A...nSwitcher.aspx

Hope this helps.
Regards,
Walter Wang (wa****@online. microsoft.com, remove 'online.')
Microsoft Online Community Support

=============== =============== =============== =====
When responding to posts, please "Reply to Group" via your newsreader so
that others may learn and benefit from your issue.
=============== =============== =============== =====

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

May 18 '07 #3
Thanks everyone,

Got this sorted in 1 session with the information provided, so thanks very
much!
"Walter Wang [MSFT]" wrote:
Hi Dan,

Besides the KB mentioned by Jacky, there's also another KB useful here:

#The "ASP.NET" tab of IIS Manager does not appear when you retrieve the
properties for a virtual directory in IIS Manager
http://support.microsoft.com/kb/919283
This means when IIS is running under 32-bit, the ASP.NET tab is not
available. To switch different asp.net version for different websites, you
can either use aspnet_regiis -s, or you can use a free tool named ASP.NET
Version Switcher to do it for you:

http://www.denisbauer.com/NETTools/A...nSwitcher.aspx

Hope this helps.
Regards,
Walter Wang (wa****@online. microsoft.com, remove 'online.')
Microsoft Online Community Support

=============== =============== =============== =====
When responding to posts, please "Reply to Group" via your newsreader so
that others may learn and benefit from your issue.
=============== =============== =============== =====

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

May 18 '07 #4

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

Similar topics

7
1748
by: Dave | last post by:
I have two sites: www.site_A.com & www.site_A_news.com Site_A is in d:\webs\site_a & uses an Access DB in d:\webs\site_a\data\db.mdb Site_A_news is in d:\webs\site_a\site_a_news also requires access to that Access Database.
2
15233
by: Ken Lindner | last post by:
I have a need to become familiar with SQL Server 2000 for work. Needless to say I am new to SQL Server any version, but not IT in general. My employer has provided me with the SQL Server 2000 Personal disk from the SQL Server 2000 Enterprise kit as this is reported here on the MSDN web site to be the version that is supported on Windows XP. In fact so many of you kind people confess to having succeeded in doing it. I have tried...
5
5668
by: grondaia | last post by:
Here's my situation: I have an ODBC DSN setup for Timberline Data (An accounting package that uses pervasive.sql) on my sql box. I set up a linked server using the supplied timberline odbc driver. I have two sql instances setup, the default instance and a named instance. On the default instance, the linked server works great no matter who is logged in using it (all authentication is NT integrated). However on the named instance only...
1
1771
by: Dave | last post by:
I am creating the setup for the .NET project. The project contains several OLE Automation Servers (.exe) I am having troubles toadd required registration information for these servers to the registry during setup. I explored a few options: 1) I was trying to create required registry entries manually on the Registry page of setup project. The problem with this approach is that I can't specify dynamic application path. The user can...
7
3840
by: John Blair | last post by:
Hi, I am trying to get the datacache1 sample working on my PC. I have downloaded the MSDE 2000 sample SQL Server database and the pubs sample database and installed it. I can view the contents of the pubs database. However, i have trouble connecting to this database from VB.Net The connection string is:
4
7306
by: coosa | last post by:
Hi, I was installing SQL Server on my machine and during installation my PC freezed. It happens frequently on my machine. So i tried after restarting to install it again and since then i always get the same error message: "An error occurred while creating one or more registry entries. Please see C:\WINDOWS\sqlstp.log for details. The problem could be caused by a low registry quota condition" I have tried to clean the registry and i...
16
2329
by: Jeremy S. | last post by:
I'm about to install VS.NET 2005 and SQL Server 2005 on a new/clean development machine (XP Pro/SP2 etc). Is the order of installation important (i.e., which product should I install first)? Thanks!
4
1748
by: Dean Craig | last post by:
I'm getting ready to build my first ASP.NET/SQL Server website that will be hosted on some web host out there (long distance, different network). The work I've done in the past (pre-.NET) was all done on in-house servers. Since this website/web-app will be hosted elsewhere, I wanted to ask some questions to make sure that I'm doing things correctly. We have a SQL 2000 db hosted on a server here. I need to build a website (hosted...
3
2619
by: =?Utf-8?B?ZGF2aWQ=?= | last post by:
Last week I asked a question about connection to database from client machine (developer machine). I have changed the database security setup for "SQL Server and Windows" under (local)Windows NT node of Enterprise Manager. However, I could not setup a database connection to Server from Client using Server Explorer of Visual Studio 2005. The detail is in the following. Configuration of server and client: Server: Windows Server 2000, SQL...
6
5202
by: phpmagesh | last post by:
Hi, I am using mail function in my php page, As soon i update the details, i have to send mail to the customer with the updated details, problem is when i send mail it simple through waring msg as: can anyone help me why such problem occurs, how to over come this problem.
0
9603
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10640
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
10376
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 tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
0
9200
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
7662
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
5689
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
4332
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
3861
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
3015
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.