I have uploaded the WCAT results run on windows 7, same script, to ts: included XSL in zip. sorry.
Here is what I have noticed:
IIS Express is only able to beat IIS in total requests served because it can handle more requests at a time!
Theories on what's happening:
applicationhost.config
that are not in IIS applicationhost.config
. Could then extra debugging/tracing modules be causing the problem?FileCache
and HTTPCache
modules. Could that be why?I'm hoping asp.net experts can clarify how these results are possible if IIS express is not limited.
By default failed request tracing is enabled for IIS Express. You may see some performance gain if you disable it. (set enabled="false" for traceFailedRequestsLogging element in applicationhost.config)
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With