views:

141

answers:

1

I've been tasked with looking into performance tuning my company's intranet server. It runs DotNetNuke which suffers from poor performance. It also runs a number of other web apps (mix of asp and asp.net).

Could anybody give me a brief list of common performance tweaks that can be made to IIS6?

A: 

Why not profile the application and the database as I suggested in the answer I provided to the related question here:

Terrible DotNetNuke performance - Answer

Otherwise you won't know what to tune, you really need to get a full picture of how the app is performing and where the bottlenecks are. You can only get these metrics by profiling, perf counters and tangible data.

Kev