I upgraded a Windows 2000 Server to Win 2003 Standard
I don't have the Application Pools under IIS and also don't have the option to change pools under each web

Anyone know how I can fix this?

Re: IIS 5 Upgrade by Tom

Tom
Wed Jan 21 08:52:50 CST 2004

"Justin Wright" <Justin.Wright@teleperformanceusa.com> wrote in message
news:60694E07-2E2A-403F-85AD-5455FBB6D78C@microsoft.com...
> I upgraded a Windows 2000 Server to Win 2003 Standard.
> I don't have the Application Pools under IIS and also don't have the
option to change pools under each web.
>
> Anyone know how I can fix this?

Is IIS set for IIS5 isolation mode? If so, uncheck it.
http://www.microsoft.com/technet/prodtechnol/windowsserver2003/proddocs/standard/ca_cfgstddedmodes.asp

--
Tom Kaminski IIS MVP
http://www.iistoolshed.com/ - tools, scripts, and utilities for running IIS
http://mvp.support.microsoft.com/
http://www.microsoft.com/windowsserver2003/community/centers/iis/




Re: IIS 5 Upgrade by andycheung2000

andycheung2000
Wed Jan 21 11:56:59 CST 2004

> I upgraded a Windows 2000 Server to Win 2003 Standard.
> I don't have the Application Pools under IIS and also don't have the option to change pools under each web.
>
> Anyone know how I can fix this?

I'm pretty sure that's normal behaviour. When upgrading from W2K, it
will be assumed that you want to run in IIS 5.0 isolation mode. To get
out of IIS 5.0 mode, go to Web Sites Properties, Service tab and
uncheck the box which says "Run WWW service in IIS 5.0 isolation
mode". On restarting IIS, you should find the application pools are
available.

Re: IIS 5 Upgrade by anonymous

anonymous
Mon Feb 02 16:21:09 CST 2004

Hi, Tom

How can I programmatically change this setting using such as vbscript?

Re: IIS 5 Upgrade by Tom

Tom
Tue Feb 03 07:35:51 CST 2004

"Jack S." <anonymous@discussions.microsoft.com> wrote in message
news:9F0AC43C-812E-4879-9ED3-755E6CA4E609@microsoft.com...
> Hi, Tom,
>
> How can I programmatically change this setting using such as vbscript?

http://www.microsoft.com/technet/prodtechnol/windowsserver2003/proddocs/standard/ref_mb_iis5isolationmodeenabled.asp
http://www.microsoft.com/technet/prodtechnol/windowsserver2003/proddocs/standard/ref_mb_codeexamples.asp

--
Tom Kaminski IIS MVP
http://www.iistoolshed.com/ - tools, scripts, and utilities for running IIS
http://mvp.support.microsoft.com/
http://www.microsoft.com/windowsserver2003/community/centers/iis/




Re: IIS 5 Upgrade by anonymous

anonymous
Tue Feb 03 09:56:09 CST 2004

Thanks, Tom.