Während der Verarbeitung der Anfrage ist eine nicht behandelte Ausnahme aufgetreten.
Ich erhalte diese Fehlermeldung jedes Mal, wenn ich meine Anwendung in Visual Studio ausführe
An unhandled exception occurred while processing the request.
SocketException: No connection could be made because the target machine actively refused it.
System.Net.Sockets.Socket+AwaitableSocketAsyncEventArgs.ThrowException(SocketError error, CancellationToken cancellationToken)
HttpRequestException: No connection could be made because the target machine actively refused it. (localhost:53797)
System.Net.Http.ConnectHelper.ConnectAsync(Func callback, DnsEndPoint endPoint, HttpRequestMessage requestMessage, CancellationToken cancellationToken)
HttpRequestException: Failed to proxy the request to http://localhost:53797/, because the request to the proxy target failed. Check that the proxy target server is running and accepting requests to http://localhost:53797/.
The underlying exception message was 'No connection could be made because the target machine actively refused it. (localhost:53797)'.Check the InnerException for more details.
Microsoft.AspNetCore.SpaServices.Extensions.Proxy.SpaProxy.PerformProxyRequest(HttpContext context, HttpClient httpClient, Task baseUriTask, CancellationToken applicationStoppingToken, bool proxy404s)
Während der Verarbeitung der Anfrage ist eine nicht behandelte Ausnahme aufgetreten. Ich erhalte diese Fehlermeldung jedes Mal, wenn ich meine Anwendung in Visual Studio ausführe [code]An unhandled exception occurred while processing the request. SocketException: No connection could be made because the target machine actively refused it. System.Net.Sockets.Socket+AwaitableSocketAsyncEventArgs.ThrowException(SocketError error, CancellationToken cancellationToken)
HttpRequestException: No connection could be made because the target machine actively refused it. (localhost:53797) System.Net.Http.ConnectHelper.ConnectAsync(Func callback, DnsEndPoint endPoint, HttpRequestMessage requestMessage, CancellationToken cancellationToken)
HttpRequestException: Failed to proxy the request to http://localhost:53797/, because the request to the proxy target failed. Check that the proxy target server is running and accepting requests to http://localhost:53797/.
The underlying exception message was 'No connection could be made because the target machine actively refused it. (localhost:53797)'.Check the InnerException for more details. Microsoft.AspNetCore.SpaServices.Extensions.Proxy.SpaProxy.PerformProxyRequest(HttpContext context, HttpClient httpClient, Task baseUriTask, CancellationToken applicationStoppingToken, bool proxy404s) [/code]
Ich habe eine einzelne Seitenanwendung (SPA) mit AngularJS Front-End (Client) und ein Web-API-Back-End (Server). Ich verwende auch SignalR für Nachrichten zwischen dem Client und dem Server. Alles...
Ich arbeite an einer Kernbankenlösung. Ich habe zwei Microservices, die als Account-CMD-Service und Kundenservice bezeichnet werden. Ich habe versucht, einen Kunden per ID aus dem Kunden-Service zu...
Ich erstelle eine Webanwendung und verwende Redis zur Datenspeicherung.
Ich habe JedisPoolConfig (Redis Client-Jedis Version 2.9.0) verwendet.
Wenn ich also meine Anwendung mit Hilfe von Apache...
Ich wollte ein selbst signiertes Zertifikat verwenden, um GRPC DOTNET zu verwenden, aber ich erhalte diesen Fehler, wenn ich den Dienst von meinem Client aufrufe: Eine HTTP/2 -Verbindung konnte nicht...