Hi,
You can remove the UseIISIntegration
When hosting in IIS, IIS passes custom headers to the asp.net application which will be missing when hiting the asp.net core process directly. When using IIS to reverse proxy asp.net core, you should only access it via IIS.
https://learn.microsoft.com/en-us/archive/msdn-technet-forums/c4fda121-5459-4274-81bd-94bfe9379c37
Hi,
Could you try clear Cookies?
Hi,
https://learn.microsoft.com/en-us/ef/core/managing-schemas/migrations/applying?tabs=dotnet-core-cli#sql-scripts You can generate SQL script and migrate using SSMS.
You may need to change the timeout manually:
On the Connect to Server window, press the Options button and there is an option for Execution time-out. Make sure it is 0.
Hi,
You can consider using the ViewComponent: https://learn.microsoft.com/en-us/aspnet/core/mvc/views/view-components?view=aspnetcore-8.0
lets have call, as we are facing this issue from long time.
Sure, we can have a zoom meeting next Monday. my email is shiwei.liang@volosoft.com
Hi,
It seems like SignalR is not installed.
You can manually install the Volo.Chat.SignalR to the AdministrationService HTTPAPI.Host project
And add module class dependencies
[DependsOn(
//...
typeof(ChatSignalRModule)
)]
Hi,
Can you share the logs of the AdministrationService?
Hi,
I shared the project with you via email.
In this example project.
When you unzip, you need to replace the AbpLicenseCode and ABP Commercial NuGet Source with yours
You can search <Replace with yours>