Posted on 11/03/2024 12:09:22
This is from log:
Application 'C:\inetpub\wwwroot\HelardiDW10\' started successfully.
Category: Microsoft.Extensions.Hosting.Internal.Host
EventId: 9
BackgroundService failed
Exception:
System.UriFormatException: Invalid URI: The hostname could not be parsed.
at System.Uri.CreateThis(String uri, Boolean dontEscape, UriKind uriKind, UriCreationOptions& creationOptions)
at System.Uri..ctor(String uriString)
at Dynamicweb.Host.Core.KeepAlive.KeepAliveBackgroundService.ExecuteAsync(CancellationToken stoppingToken)
at Microsoft.Extensions.Hosting.Internal.Host.TryExecuteBackgroundServiceAsync(BackgroundService backgroundService)
Category: Microsoft.Extensions.Hosting.Internal.Host
EventId: 10
The HostOptions.BackgroundServiceExceptionBehavior is configured to StopHost. A BackgroundService has thrown an unhandled exception, and the IHost instance is stopping. To avoid this behavior, configure this to Ignore; however the BackgroundService will not be restarted.
Exception:
System.UriFormatException: Invalid URI: The hostname could not be parsed.
at System.Uri.CreateThis(String uri, Boolean dontEscape, UriKind uriKind, UriCreationOptions& creationOptions)
at System.Uri..ctor(String uriString)
at Dynamicweb.Host.Core.KeepAlive.KeepAliveBackgroundService.ExecuteAsync(CancellationToken stoppingToken)
at Microsoft.Extensions.Hosting.Internal.Host.TryExecuteBackgroundServiceAsync(BackgroundService backgroundService)
Application 'MACHINE/WEBROOT/APPHOST/DW10HERALDI' has shutdown.
Ivan