Can"t see IIS6 Application Pools
Can"t see IIS6 Application Pools
am 25.10.2007 16:36:28 von Ben
I uprade a win2k server to win2k3.
I was expecting to see the Application Pools node in IIS after the
upgrade (that's what i saw on previous upgrades).
On this particular server, I open the interface and just see the
Websites & Web Service Extensions.
Anyone know how to install the Application Pools feature ?
thanks !!
Re: Can"t see IIS6 Application Pools
am 25.10.2007 17:51:25 von Anthony Jones
"Ben" wrote in message
news:1193322988.695433.233090@v3g2000hsg.googlegroups.com...
> I uprade a win2k server to win2k3.
>
> I was expecting to see the Application Pools node in IIS after the
> upgrade (that's what i saw on previous upgrades).
>
> On this particular server, I open the interface and just see the
> Websites & Web Service Extensions.
>
> Anyone know how to install the Application Pools feature ?
>
Right mouse click the Websites node and open properties
got to Service tab
Uncheck IIS 5.0 isolation mode.
--
Anthony Jones - MVP ASP/ASP.NET
Re: Can"t see IIS6 Application Pools
am 25.10.2007 18:23:32 von Ben
On Oct 25, 10:51 am, "Anthony Jones" wrote:
> "Ben" wrote in message
>
> news:1193322988.695433.233090@v3g2000hsg.googlegroups.com...
>
> > I uprade a win2k server to win2k3.
>
> > I was expecting to see the Application Pools node in IIS after the
> > upgrade (that's what i saw on previous upgrades).
>
> > On this particular server, I open the interface and just see the
> > Websites & Web Service Extensions.
>
> > Anyone know how to install the Application Pools feature ?
>
> Right mouse click the Websites node and open properties
>
> got to Service tab
>
> Uncheck IIS 5.0 isolation mode.
>
> --
> Anthony Jones - MVP ASP/ASP.NET
ahh... i see... i do have some ASP apps that depend on session state,
so i guess i have to be careful when changing it...
thanks for the tip!
Re: Can"t see IIS6 Application Pools
am 25.10.2007 19:45:44 von Anthony Jones
"Ben" wrote in message
news:1193329412.155582.177490@50g2000hsm.googlegroups.com...
> On Oct 25, 10:51 am, "Anthony Jones" wrote:
> > "Ben" wrote in message
> >
> > news:1193322988.695433.233090@v3g2000hsg.googlegroups.com...
> >
> > > I uprade a win2k server to win2k3.
> >
> > > I was expecting to see the Application Pools node in IIS after the
> > > upgrade (that's what i saw on previous upgrades).
> >
> > > On this particular server, I open the interface and just see the
> > > Websites & Web Service Extensions.
> >
> > > Anyone know how to install the Application Pools feature ?
> >
> > Right mouse click the Websites node and open properties
> >
> > got to Service tab
> >
> > Uncheck IIS 5.0 isolation mode.
> >
> > --
> > Anthony Jones - MVP ASP/ASP.NET
>
> ahh... i see... i do have some ASP apps that depend on session state,
> so i guess i have to be careful when changing it...
Session state is unaffected by the isolation mode. In fact most ASP
applications work quite happily unmodified using the IIS6 model.
--
Anthony Jones - MVP ASP/ASP.NET
Re: Can"t see IIS6 Application Pools
am 26.10.2007 12:59:57 von David Wang
On Oct 25, 9:23 am, Ben wrote:
> On Oct 25, 10:51 am, "Anthony Jones" wrote:
>
>
>
>
>
> > "Ben" wrote in message
>
> >news:1193322988.695433.233090@v3g2000hsg.googlegroups.com.. .
>
> > > I uprade a win2k server to win2k3.
>
> > > I was expecting to see the Application Pools node in IIS after the
> > > upgrade (that's what i saw on previous upgrades).
>
> > > On this particular server, I open the interface and just see the
> > > Websites & Web Service Extensions.
>
> > > Anyone know how to install the Application Pools feature ?
>
> > Right mouse click the Websites node and open properties
>
> > got to Service tab
>
> > Uncheck IIS 5.0 isolation mode.
>
> > --
> > Anthony Jones - MVP ASP/ASP.NET
>
> ahh... i see... i do have some ASP apps that depend on session state,
> so i guess i have to be careful when changing it...
>
> thanks for the tip!- Hide quoted text -
>
> - Show quoted text -
The only times IIS6 runs in IIS5 Isolation Mode are:
1. Upgraded from IIS4/IIS5
2. Explicit user configuration
You upgraded from IIS5. Thus IIS6 ran in IIS5 Isolation Mode.
Rationale is that we want a more compatible runtime experience for
upgrade since that's the expectation -- things continue working.
Be aware that upgrade will both keep most of your existing settings
and update other settings. Thus, security settings between clean
install and upgrade from IIS5 are *different* and have different
security ramifications. And no, the list of setting changes is not
documented and likely never.
I just want you to be aware of this since you expressed assumption of
IIS6 benefits on your upgrade, and I want to point out no, upgrades
don't give you the full, clean install benefits of IIS6.
Your best bet is to install IIS6 clean and migrate. But that's a user
choice.
//David
http://w3-4u.blogspot.com
http://blogs.msdn.com/David.Wang
//
Re: Can"t see IIS6 Application Pools
am 26.10.2007 18:02:16 von Ben
On Oct 26, 5:59 am, David Wang wrote:
> On Oct 25, 9:23 am, Ben wrote:
>
>
>
>
>
> > On Oct 25, 10:51 am, "Anthony Jones" wrote:
>
> > > "Ben" wrote in message
>
> > >news:1193322988.695433.233090@v3g2000hsg.googlegroups.com.. .
>
> > > > I uprade a win2k server to win2k3.
>
> > > > I was expecting to see the Application Pools node in IIS after the
> > > > upgrade (that's what i saw on previous upgrades).
>
> > > > On this particular server, I open the interface and just see the
> > > > Websites & Web Service Extensions.
>
> > > > Anyone know how to install the Application Pools feature ?
>
> > > Right mouse click the Websites node and open properties
>
> > > got to Service tab
>
> > > Uncheck IIS 5.0 isolation mode.
>
> > > --
> > > Anthony Jones - MVP ASP/ASP.NET
>
> > ahh... i see... i do have some ASP apps that depend on session state,
> > so i guess i have to be careful when changing it...
>
> > thanks for the tip!- Hide quoted text -
>
> > - Show quoted text -
>
> The only times IIS6 runs in IIS5 Isolation Mode are:
> 1. Upgraded from IIS4/IIS5
> 2. Explicit user configuration
>
> You upgraded from IIS5. Thus IIS6 ran in IIS5 Isolation Mode.
> Rationale is that we want a more compatible runtime experience for
> upgrade since that's the expectation -- things continue working.
>
> Be aware that upgrade will both keep most of your existing settings
> and update other settings. Thus, security settings between clean
> install and upgrade from IIS5 are *different* and have different
> security ramifications. And no, the list of setting changes is not
> documented and likely never.
>
> I just want you to be aware of this since you expressed assumption of
> IIS6 benefits on your upgrade, and I want to point out no, upgrades
> don't give you the full, clean install benefits of IIS6.
>
> Your best bet is to install IIS6 clean and migrate. But that's a user
> choice.
>
> //Davidhttp://w3-4u.blogspot.comhttp://blogs.msdn.com/David. Wang
> //- Hide quoted text -
>
> - Show quoted text -
ok, thanks so much for the details !