Re: ASP.Net 1.1 and 2.0 Coexist?



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


.



Relevant Pages

  • Re: ASP_NET process
    ... isolation you set your app to that sends the requests to be processed by ... > From what I understdand aspnet_wp process is managed differently by IIS. ... > You cannot run multiple processes on the same machine (the app isolation ...
    (microsoft.public.dotnet.framework)
  • Re: ASP IIS components with IWAM
    ... IUSR is used if the "application isolation" setting on the script or folder ... containing the script is set to "low" in the IIS MMC. ... > I have an ASP app running on xp iis 5.1 which calls a dll ...
    (microsoft.public.inetserver.iis.security)
  • Re: VS2008 HTTP 403 Help!!
    ... Check in your IIS Manager, and make sure you created a virtual directory ... for your app. ... Seems like the publish took away the projects web app status. ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: Accessing 32 bit COM components in 64 bit IIS
    ... CGIs, and ASP scripts onto a 64bit machine, and it just works after they ... The most confusing aspect of running 32bit app on a 64bit OS is that you ... System32 access is redirected, etc). ... we will be introducing the ability to configure IIS to run ...
    (microsoft.public.inetserver.iis)
  • Re: urgent - web services freeze after new posts
    ... if you are using IIS 5.x try to isolate the web applications from ... and change the value to High Isolation. ... >>>VB.NET web services that connect to a SQL Server 2000 database (also ...
    (microsoft.public.dotnet.framework.webservices)