Jay
Jay
I am experiencing the same issue. I have a WCF Service running as a Windows service and a WCF client calling that service. The client is using Windows auth. If...
What is the expected migration path when using something like [Microsoft.AspNetCore.Server.IIS](https://www.nuget.org/packages/Microsoft.AspNetCore.Server.IIS) which now has all versions marked deprecated?
Did you ever find a path forward for setting this property? UPDATE: Looks like this would work: builder.AddService() .AddServiceEndpoint(binding, uri, (endpoint) => { endpoint.EndpointBehaviors.Add(new ErrorServiceBehavior()); foreach (var operation in endpoint.Contract.Operations)...
> @chekm8 I assume "net.tcp:sdfgsadfasdfds" is not the real Uri and you have a correct and meaningful Uri in place in your actual code? Is the user account you're using...
> @chekm8, I don't know if you resolved the issue, but error -2146892990 is 0x80090342 in hex which corresponds to the error SEC_E_KDC_UNKNOWN_ETYPE which has a description of "The encryption...
Had the same issue with huge selects and implemented the change per rafam31. Worked great. Thanks!
@nblumhardt Do you have an approximate timeframe for the release you mentioned? I'm working on some planning for the next few months and would like to include the update if...