473,761 Members | 2,440 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

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\M icrosoft.NET\Fr amework”, but not
under “C:\Windows\M icrosoft.NET\Fr amework64”. 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 7538
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*****@newsgr oups.nospamwrot e in message
news:3B******** *************** ***********@mic rosoft.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\Mic rosoft.NET\Fram ework", but not
under "C:\Windows\Mic rosoft.NET\Fram ework64". 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*****@newsgr oups.nospamwrot e in message
news:3B******** *************** ***********@mic rosoft.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\Mic rosoft.NET\Fram ework", but not
under "C:\Windows\Mic rosoft.NET\Fram ework64". 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*****@newsgr oups.nospamwrot e in message
news:3B******** *************** ***********@mic rosoft.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\Mic rosoft.NET\Fram ework", but not
under "C:\Windows\Mic rosoft.NET\Fram ework64". 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
4399
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 is creating a whole WebSite for each application, not only a web folder. Thanks, Brian
2
2097
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 bad and this should nto occur. The application is using a lot of Session varaibles but I have no idea if this is a problem. I need the session variabled to make passing varibles between pages more secure. We also have many Datasets in the session. ...
4
4661
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 is for security reason when accessing databases). We use the Integrated Windows authentication to authenticate users, and we have setup the Web.config file to authenticate those users against 3 NT Domain Global Groups. Everything is working fine...
0
1294
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 code reconstruction it was ready to post as 2.0. I removed the application from production IIS and re-deployed it from VS.NET 2005. I created a new application pool for it and set the framework for the application to 2.0. The application is...
0
1733
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 certain group policy. The application pool is set to run as "Netork Service". In my application I check WindowsIdentity.GetCurrent() and it returns "DOMAIN\User" When I run the application it fails to access the group policy that
2
4912
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 installed. The other day, I was about to change the access settings for a specific virtual folder for MCMS, when I noticed that the Application Pool for
2
5516
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 this working fine on one web server (http), but keep getting the error below on the other (https). I cannot see any difference in how I have set up the application pool, and the messages below do not shed any light on the matter. Can you help me...
6
3471
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 an application pool that is does not have administrator privileges can't even enumerate the list of application pools. I can access the application pool by hard-coding the name, but even then the WAMUserPass is an empty property value...
5
4334
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 discovered this morning an inconsitency within the application pools of our website. Basically, we have a maze of cluttered folders and other gargabe within the website - with one main folder, called /secured/ running from the root of the website, which...
0
9522
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, people are often confused as to whether an ONU can Work As a Router. In this blog post, well explore What is ONU, What Is Router, ONU & Routers main usage, and What is the difference between ONU and Router. Lets take a closer look ! Part I. Meaning of...
0
9948
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...
1
7327
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
6603
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5215
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
5364
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
3866
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
3
3446
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2738
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.