Link to home
Start Free TrialLog in
Avatar of joe_suganth
joe_suganthFlag for India

asked on

Why ASPs work slower on IIS6 than on IIS5.1

Dear Experts,

I am using same code in both IIS5.1 and IIS6. That code is more faster in IIS5.1 than IIS6.
That code contains fetching remote processes like
Process.GetProcesses(ip);

I am using C#.Net.

I tried with newly created application pools in IIS6.But still the performance is very slow.

ASKER CERTIFIED SOLUTION
Avatar of kevp75
kevp75
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of joe_suganth

ASKER

Other web apps are running fine in that IIS6.
then we'll need to see your code
Avatar of George Sas
Other apps might not be so heavy, your IIS6 server might use slower disks, might have less RAM/CPU available, might be more loaded ... there are quite a number of problems.
Try to define slow for that application.
Try to tell us something about the machine config, framework version etc.

Do you have enabled the Dynamic / Static compression on that app ?