Skip to content
This repository was archived by the owner on Apr 8, 2020. It is now read-only.

Does not work with IISExpress #2

Closed
rjperes opened this issue Nov 9, 2015 · 4 comments
Closed

Does not work with IISExpress #2

rjperes opened this issue Nov 9, 2015 · 4 comments
Labels

Comments

@rjperes
Copy link
Contributor

rjperes commented Nov 9, 2015

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)

@SteveSandersonMS
Copy link
Member

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.

@SteveSandersonMS
Copy link
Member

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.

@rjperes
Copy link
Contributor Author

rjperes commented Nov 24, 2015

Yeah, it seems to be working now... thanks!

@gregbty
Copy link
Contributor

gregbty commented Dec 6, 2015

I am now having this issue as well. I have ASP.NET 5 RC1 Update 1 installed. It happens with IISExpress and web.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

3 participants