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 Apr 8, 2020. It is now read-only.
SocketException: An existing connection was forcibly closed by the remote host.
IOException: Unable to read data from the transport connection: An existing connection was forcibly closed by the remote host.
System.Net.Sockets.NetworkStream.EndRead(IAsyncResult asyncResult)
WebException: The underlying connection was closed: An unexpected error occurred on a receive.
System.Net.HttpWebRequest.EndGetResponse(IAsyncResult asyncResult)
HttpRequestException: An error occurred while sending the request.
System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
The text was updated successfully, but these errors were encountered:
It did work in IISExpress a week or two ago (we made it work at the MVP summit hackathon). Looks like one of the dependencies has changed. I'll look into it.
After updating everything to ASP.NET 5 RC1, it's working fine with IIS Express as far as I can tell. If you still get any issues after fetching the latest version of this repo and running it with ASP.NET 5 RC1 installed, please let me know.
Doesn't work with IISExpress, only web:
SocketException: An existing connection was forcibly closed by the remote host.
IOException: Unable to read data from the transport connection: An existing connection was forcibly closed by the remote host.
System.Net.Sockets.NetworkStream.EndRead(IAsyncResult asyncResult)
WebException: The underlying connection was closed: An unexpected error occurred on a receive.
System.Net.HttpWebRequest.EndGetResponse(IAsyncResult asyncResult)
HttpRequestException: An error occurred while sending the request.
System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
The text was updated successfully, but these errors were encountered: