I am deploying Abp.io project that used .Net core 7 and Angualr to smarterasp.net, but I got this error
HTTP Error 500.30 - ASP.NET Core app failed to start
and I checked the Log file and I found this error
Host terminated unexpectedly! Volo.Abp.AbpInitializationException: An error occurred during ConfigureServicesAsync phase of the module Volo.Abp.OpenIddict.AbpOpenIddictAspNetCoreModule, Volo.Abp.OpenIddict.AspNetCore, Version=7.0.0.0, Culture=neutral, PublicKeyToken=null. See the inner exception for details. ---> System.Security.Cryptography.CryptographicException: The specified network password is not correct.
Also, I tried to deploy the same project files to my local IIS and it's working fine.
could you please advise to fix this issue.