WCF 4.5
I have created and successfully implemented CustomAuthorizationManager which inherits ServiceAuthorizationManager class and overrides its CheckAccessCore method in the past on the IIS7.
Now, I have the following problem on IIS 8:
"WebOperationContext.Current.IncomingRequest is null".
Configration file correctly points to CustomAuthorizationManager class and invokes CheckAccessCore method but operationContext is suddenly null although on IIS 7 it works just fine.
Please help