I posted a question yesterday about how to enable impersonation using WCF services here: WCF service not impersonating specified user in config?
I enabled aspnetCompatibilityMode but when I update my service proxy, it says "the service cannot be activated because it requires asp net compatibility". I'm not entirely sure what this means. If I change the setting to AspNetCompatibilityRequirementsMode.Allowed, it doesn't enable impersonation. I tried enabling the setting in both the web.config as well as via the class attribute.
Is there a way around this without setting my service's app pool to run as the user I need? Thanks.