Re: IIS 5 application run on IIS6

Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance

From: David Wang [Msft] (someone_at_online.microsoft.com)
Date: 02/16/05


Date: Wed, 16 Feb 2005 11:38:22 -0800

If you run it as COM+ on IIS6, then you must run IIS6 in IIS5 compatibility
mode and no optimizations possible.

I suggest you run in IIS6 native worker process isolation mode (i.e. uncheck
the "Run in IIS5 Compatibility Mode" checkbox in the Service tab from the UI
property sheet)

Use Application Pools (and configure custom Application Pool Identity) as
appropriate. Make sure to read associated documentation on how to provision
Application Pools as well as use Application Pool Identity. All are online
as well as from F1 help in IIS Manager UI.

Such as:
http://www.microsoft.com/resources/documentation/WindowsServ/2003/standard/proddocs/en-us/Default.asp?url=/resources/documentation/WindowsServ/2003/standard/proddocs/en-us/ca_cfgwrkridentity.asp

http://www.microsoft.com/resources/documentation/IIS/6/all/techref/en-us/default.mspx

-- 
//David
IIS
http://blogs.msdn.com/David.Wang
This posting is provided "AS IS" with no warranties, and confers no rights.
//
"ben" <ben@discussions.microsoft.com> wrote in message
news:BE940E4B-A42E-4E9E-B978-AABFF5D3D752@microsoft.com...
I met problems when running a IIS 5 application on IIS6:
1> I found there are many dllhost.exe in task manager and the username is
"administrator", when I reboot the server it took about 30 minutes, the
eventlog said it was because of the administrator profile takes too long to
be unload and asked me to change the username of applications using
"administrator" as logon account to local system account, is there any way
to
change the dllhost.exe's user account into local system account?
2> this IIS5.0 application is COM+ based and all run within dllhost.exe, are
there way to optimize such application when run under IIS6?
Thanks a lot!!


Relevant Pages

  • Could not start W3svc on localmachine
    ... I am facig a problem. ... When i restarted the iis6, ... The eventviewr suggests that 'world wide web publishing service is existing ... I also tried to connect using local system account. ...
    (microsoft.public.inetserver.iis.security)
  • Re: Batch and Exe Files
    ... BTW. Try playing with your application pool identity in IIS6 and give the ... > ASP.Net and IIS6 to execute batch files and/or exe files. ... > Not that these are the applications I want to run but they ...
    (microsoft.public.dotnet.framework.aspnet.security)