You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 19, 2019. It is now read-only.
Server is running with options.ListenerSettings.Authentication.Schemes = AuthenticationSchemes.Negotiate;
Client IE settings to automatically logon sites in the intranet zone. URL of site is not in the the sites list.
Client makes request to server and it crashes the server. Put the URL in the sites and auth takes place and all is well.
We ran DebugDiag to try and get a crash dump and below is the stack trace inside it (note this is reproducible on a customer installation currently 😢 ) :
An unhandled exception of type 'System.EntryPointNotFoundException' occurred in Microsoft.Net.Http.Server.dll
Additional information: Unable to find an entry point named 'CancelIoEx' in DLL 'api-ms-win-core-io-l1-1-1.dll'.
Microsoft.Net.Http.Server.dll!Microsoft.Net.Http.Server.RequestContext.ForceCancelRequest() Unknown
Microsoft.Net.Http.Server.dll!Microsoft.Net.Http.Server.RequestContext.Abort() Unknown
Microsoft.Net.Http.Server.dll!Microsoft.Net.Http.Server.ResponseStreamAsyncResult.Fail(System.Exception ex) Unknown
Microsoft.Net.Http.Server.dll!Microsoft.Net.Http.Server.ResponseStreamAsyncResult.IOCompleted(Microsoft.Net.Http.Server.ResponseStreamAsyncResult asyncResult, uint errorCode, uint numBytes) Unknown
System.Private.CoreLib.ni.dll!System.Threading._IOCompletionCallback.PerformIOCompletionCallback(uint errorCode, uint numBytes, System.Threading.NativeOverlapped* pOVERLAP) Unknown
Scenario :
Server is running with
options.ListenerSettings.Authentication.Schemes = AuthenticationSchemes.Negotiate;Client IE settings to automatically logon sites in the intranet zone. URL of site is not in the the sites list.
Client makes request to server and it crashes the server. Put the URL in the sites and auth takes place and all is well.
We ran DebugDiag to try and get a crash dump and below is the stack trace inside it (note this is reproducible on a customer installation currently 😢 ) :