Re: ASP.Net 1.1 and 2.0 Coexist?
- From: "Juan T. Llibre" <nomailreplies@xxxxxxxxxxx>
- Date: Sat, 8 Oct 2005 19:27:06 -0400
I'll be a horse's *ss.
I wasn't about to wipe a partition and install W2K/IIS 5,
so I did the next best thing in a second dev box I have :
I ran IIS 6 in IIS 5 isolation mode and, you're right, changing the isolation
mode doesn't affect the concurrent running of 1.1 apps and 2.0 apps,
which is diametrically opposed to what the behavior of IIS 6 is, in which
if you don't isolate 1.1 and 2.0 apps in different Application Pools,
the response will be the error message "The Application is Unavailable".
Thanks for pointing this out to me.
( I need more more boxes to run older OS's... )
Juan T. Llibre, ASP.NET MVP
ASP.NET FAQ : http://asp.net.do/faq/
Foros de ASP.NET en Español : http://asp.net.do/foros/
======================================
"JIMCO Software" <contactus@xxxxxxxxxxxxxxxxx> wrote in message
news:u6x8F7EzFHA.3000@xxxxxxxxxxxxxxxxxxxxxxx
> Juan T. Llibre wrote:
>>
>> An IIS application is an IIS application...is an IIS application,
>> whether it's an ASP application or an ASP.NET application.
>>
>> You can't run ASP and ASP.NET 1.1, *nor*
>> ASP.NET 2.0, applications in the same process.
>>
>> That's why you have to isolate them to be able to run them
>> concurrently.
>
> You will automatically get one aspnet_wp process for the 1.x app and one for the 2.0
> app. The Application Protection setting is for legacy applications that run in either a
> dllhost process or the inetinfo process. ASP.NET applications have never been affected
> by that setting.
> A classic ASP application is absolutely not the same as an ASP.NET application. Classic
> ASP application either run in inetinfo (Low protection), a shared dllhost process
> (Medium), or a separate dllhost process (High). ASP.NET is isolated via the worker
> process. The architecture is not the same at all.
>
> If you don't believe me, give it a try! Run an app on IIS 5 under ASP.NET 1.x and
> another app under 2.0. Check the aspnet_wp process in the process list. Then change
> the Application Protection settings for each and see if there's any difference. There
> won't be.
>
> --
> Jim Cheshire
> JIMCO Software
> http://www.jimcosoftware.com
.
- References:
- Re: ASP.Net 1.1 and 2.0 Coexist?
- From: Juan T. Llibre
- Re: ASP.Net 1.1 and 2.0 Coexist?
- From: Juan T. Llibre
- Re: ASP.Net 1.1 and 2.0 Coexist?
- Prev by Date: Re: Right justify text in textbox in web page
- Next by Date: Re: Renaming of controls in Asp.Net 2
- Previous by thread: Re: ASP.Net 1.1 and 2.0 Coexist?
- Next by thread: displaying records with many fields
- Index(es):
Relevant Pages
|