473,320 Members | 1,910 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,320 software developers and data experts.

Creating application pool for ASP.NET 1.1 in IIS7 running on x64 V

Hi all,

I recently installed 64 bit version of Vista hoping to make it my primary
development setup. I was able to do work with IIS7 and ASP.NET 2.0/Visua
Studio 2005 combo, but hit a roadblock trying to work with Visual Studio .NET
2003 on ASP.NET 1.1 app.

The problem is that I can’t create an application pool in IIS7 that would
run .NET Framework 1.1. I noticed that unlinke .NET Framework 2.0, Framework
1.1 only gets installed into “C:\Windows\Microsoft.NET\Framework”, but not
under “C:\Windows\Microsoft.NET\Framework64”. This (I think) leads to only
two choises in the “.NET Framework version” list of the “Edit Application
Pool” dialog of IIS7: "No Managed Code" and “.NET Framework v2.0.50727” with
1.1 Framework missing.

My question is this: is it possible to create IIS7 application pool under
Vista 64 that would load .NET Framework 1.1?

Thank you,
--
Vlad Hrybok
http://UltiDev.com
Dec 11 '06 #1
3 7507
some side notes on running .NET 1.1 apps on 64 bit system. .NET Framework
1.1 does not support 64-bit versions of the Windows platform. However it
runs fine on a Windows 64-bit version thanks to WOW64 but these has some
disadvantages of which being the greatest that it will be x86 emulated and
it will run only on one core.

In IIS7 you can run your ASP.NET 1.1 web applications without the need for
installing the .NET 1.1 framework you just create a classic .NET application
pool.

Gabriel Lozano-Morn
The .NET Aficionado
http://www.pointerx.net
"Vlad Hrybok" <vg*****@newsgroups.nospamwrote in message
news:3B**********************************@microsof t.com...
Hi all,

I recently installed 64 bit version of Vista hoping to make it my primary
development setup. I was able to do work with IIS7 and ASP.NET 2.0/Visua
Studio 2005 combo, but hit a roadblock trying to work with Visual Studio
.NET
2003 on ASP.NET 1.1 app.

The problem is that I can't create an application pool in IIS7 that would
run .NET Framework 1.1. I noticed that unlinke .NET Framework 2.0,
Framework
1.1 only gets installed into "C:\Windows\Microsoft.NET\Framework", but not
under "C:\Windows\Microsoft.NET\Framework64". This (I think) leads to only
two choises in the ".NET Framework version" list of the "Edit Application
Pool" dialog of IIS7: "No Managed Code" and ".NET Framework v2.0.50727"
with
1.1 Framework missing.

My question is this: is it possible to create IIS7 application pool under
Vista 64 that would load .NET Framework 1.1?

Thank you,
--
Vlad Hrybok
http://UltiDev.com

Dec 11 '06 #2
Thank you for the hint. I am able to run ASP.NET 1.1 application under the
app pool that loads 2.0 Framework. Another issue remains: is it possible to
debug such applicaiton in VS.NET 2003?
--
Vlad Hrybok
http://UltiDev.com
"Gabriel Lozano-Morán" wrote:
some side notes on running .NET 1.1 apps on 64 bit system. .NET Framework
1.1 does not support 64-bit versions of the Windows platform. However it
runs fine on a Windows 64-bit version thanks to WOW64 but these has some
disadvantages of which being the greatest that it will be x86 emulated and
it will run only on one core.

In IIS7 you can run your ASP.NET 1.1 web applications without the need for
installing the .NET 1.1 framework you just create a classic .NET application
pool.

Gabriel Lozano-Morán
The .NET Aficionado
http://www.pointerx.net
"Vlad Hrybok" <vg*****@newsgroups.nospamwrote in message
news:3B**********************************@microsof t.com...
Hi all,

I recently installed 64 bit version of Vista hoping to make it my primary
development setup. I was able to do work with IIS7 and ASP.NET 2.0/Visua
Studio 2005 combo, but hit a roadblock trying to work with Visual Studio
.NET
2003 on ASP.NET 1.1 app.

The problem is that I can't create an application pool in IIS7 that would
run .NET Framework 1.1. I noticed that unlinke .NET Framework 2.0,
Framework
1.1 only gets installed into "C:\Windows\Microsoft.NET\Framework", but not
under "C:\Windows\Microsoft.NET\Framework64". This (I think) leads to only
two choises in the ".NET Framework version" list of the "Edit Application
Pool" dialog of IIS7: "No Managed Code" and ".NET Framework v2.0.50727"
with
1.1 Framework missing.

My question is this: is it possible to create IIS7 application pool under
Vista 64 that would load .NET Framework 1.1?

Thank you,
--
Vlad Hrybok
http://UltiDev.com


Dec 11 '06 #3
Sorry.. Never mind my "how to debug under VS.NET 2003" question - turns out
our own version of ASP.NET 1.1 Cassini web server is working fine under Vista
x64. Duh!
--
Vlad Hrybok
http://UltiDev.com
"Vlad Hrybok" wrote:
Thank you for the hint. I am able to run ASP.NET 1.1 application under the
app pool that loads 2.0 Framework. Another issue remains: is it possible to
debug such applicaiton in VS.NET 2003?
--
Vlad Hrybok
http://UltiDev.com
"Gabriel Lozano-Morán" wrote:
some side notes on running .NET 1.1 apps on 64 bit system. .NET Framework
1.1 does not support 64-bit versions of the Windows platform. However it
runs fine on a Windows 64-bit version thanks to WOW64 but these has some
disadvantages of which being the greatest that it will be x86 emulated and
it will run only on one core.

In IIS7 you can run your ASP.NET 1.1 web applications without the need for
installing the .NET 1.1 framework you just create a classic .NET application
pool.

Gabriel Lozano-Morán
The .NET Aficionado
http://www.pointerx.net
"Vlad Hrybok" <vg*****@newsgroups.nospamwrote in message
news:3B**********************************@microsof t.com...
Hi all,
>
I recently installed 64 bit version of Vista hoping to make it my primary
development setup. I was able to do work with IIS7 and ASP.NET 2.0/Visua
Studio 2005 combo, but hit a roadblock trying to work with Visual Studio
.NET
2003 on ASP.NET 1.1 app.
>
The problem is that I can't create an application pool in IIS7 that would
run .NET Framework 1.1. I noticed that unlinke .NET Framework 2.0,
Framework
1.1 only gets installed into "C:\Windows\Microsoft.NET\Framework", but not
under "C:\Windows\Microsoft.NET\Framework64". This (I think) leads to only
two choises in the ".NET Framework version" list of the "Edit Application
Pool" dialog of IIS7: "No Managed Code" and ".NET Framework v2.0.50727"
with
1.1 Framework missing.
>
My question is this: is it possible to create IIS7 application pool under
Vista 64 that would load .NET Framework 1.1?
>
Thank you,
--
Vlad Hrybok
http://UltiDev.com
Dec 11 '06 #4

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

Similar topics

2
by: briano | last post by:
I see where I can create Virtual Directories with a Web Setup Project. Can I assign the Virtual Directory it's own Application Pool with the proper Application Identity? Also, it appears my team...
2
by: Lars Netzel | last post by:
Hi We have an ASP.NET application running on a Live server and we have had some problems with the Application pool beeing recycled due to heavy load on the server. The load is really not that...
4
by: pjdouillard | last post by:
Hello all, Here is the context of my problem: We have an ASP.NET 1.1 application that has its own application pool setup and that runs under the identity of a NT Domain service account (this...
0
by: Dan D. | last post by:
We are running an IIS Server on W2K3 Server. We have 20 or 30 ASP.NET 1.1 applications. Recently I have converted an existing 1.1 application to use the 2.0 framework. After testing and a little...
0
by: meshko | last post by:
I have an ASP.NET application running on Windows 2003 sp 1 The IIS directory is set to allow anonymous access and the user for anonymous access is set to DOMAIN\User. This user has access to...
2
by: one | last post by:
Hi, Was wondering if you could help me out with regards to a server that I'm trying to troubleshoot... Basically we have a windows 2003 load-balanced server that has got sharepoint and mcms...
2
by: =?Utf-8?B?R2VyaGFyZA==?= | last post by:
I have 2 web servers on which I am running a .net version 2 application, both of which I want to use an application pool with the same domain user's id and password to tighten security. I have...
6
by: Dylan Nicholson | last post by:
Running as an administrator, I can retrieve the account password stored by IIS for any application pool (using the WAMUserPass property). But, unsurprisingly, an ASP.NET application running inside...
5
markrawlingson
by: markrawlingson | last post by:
Hey guys, Having a bit of a complicated issue here so please bare with me while I explain. I'm also not a system admin and don't know a whole lot about IIS, so i apologize in advance. I...
0
by: DolphinDB | last post by:
Tired of spending countless mintues downsampling your data? Look no further! In this article, youll learn how to efficiently downsample 6.48 billion high-frequency records to 61 million...
1
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
0
by: Vimpel783 | last post by:
Hello! Guys, I found this code on the Internet, but I need to modify it a little. It works well, the problem is this: Data is sent from only one cell, in this case B5, but it is necessary that data...
0
by: ArrayDB | last post by:
The error message I've encountered is; ERROR:root:Error generating model response: exception: access violation writing 0x0000000000005140, which seems to be indicative of an access violation...
1
by: PapaRatzi | last post by:
Hello, I am teaching myself MS Access forms design and Visual Basic. I've created a table to capture a list of Top 30 singles and forms to capture new entries. The final step is a form (unbound)...
0
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
1
by: Shllpp 09 | last post by:
If u are using a keypad phone, how do u turn on JavaScript, to access features like WhatsApp, Facebook, Instagram....
0
by: af34tf | last post by:
Hi Guys, I have a domain whose name is BytesLimited.com, and I want to sell it. Does anyone know about platforms that allow me to list my domain in auction for free. Thank you
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...

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.