I've hosted a WCF app in IIS 7.5 with HTTPS, TCP and Named pipes bindings.
Currently working on a new version of the webservice, trying to get performance improvements, I'm testing it with client (VS console client) and server (IIS hosted) on the same server when I discover something strange: When doing tests of 100-1000 calls to a method returning a simple string, a builtin account outperforms a custom ApplicatiolPool identity, a domain user, with about 3x the speed.
I need the AppPool identity to be an domain admin because of the things the service is required to do.
Anyone that can shed some light on this?