Re: IIS 5 application run on IIS6
From: David Wang [Msft] (someone_at_online.microsoft.com)
Date: 02/16/05
- Next message: David Wang [Msft]: "Re: Index server returning file:///d:\..... Instead of URL?"
- Previous message: Mark: "Deploying Data Access Pages"
- In reply to: ben: "IIS 5 application run on IIS6"
- Messages sorted by: [ date ] [ thread ]
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.
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!!
- Next message: David Wang [Msft]: "Re: Index server returning file:///d:\..... Instead of URL?"
- Previous message: Mark: "Deploying Data Access Pages"
- In reply to: ben: "IIS 5 application run on IIS6"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|