Goodmorning dear fellows, trying to publish a Blazor Web APP .NET 8 application developed on VS 17.9.2 on a company hosted server via IIS. However every time, the publication fails with the following error:
Retrying the ‘Serialization’ operation on the sitemanifest (sourcePath) object. Attempt 2 of 50. (and so on until 50 tries)
Added file ({sitename}/{appName}wwwroot_contentMicrosoft.AspNetCore.Components.WebAssembly.AuthenticationAuthenticationService.js).
C:Program Filesdotnetsdk8.0.200SdksMicrosoft.NET.Sdk.PublishtargetsPublishTargetsMicrosoft.NET.Sdk.Publish.MSDeploy.targets(140,5): Warning: Retrying synchronization following a socket error (10054).
I can’t really get a clue of what the inner error might be, I checked user permissions and folder permissions but everything seems fine. Do you have any idea?