I have a WCF workflow service application. The service is defined as follows:
and the binding configuration is:
Now if I run this in IIS Express everything works fine... In IIS however ServiceSecurityContext.Current is null. Does anybody have any idea?