I suggest you find a way to provide a project that reproduces the problem under the security requirements.
liming.ma@volosoft.com
hi Shoba24
What about other logs? or can you share the log file?
so we can connect on zoom call.
ZOOM is so slow,
The process cannot access the file **************.Tests\bin\Debug\net5.0\tempkey.jwk' because it is being used by another process.
You can use code below in your test module.
public override void PreConfigureServices(ServiceConfigurationContext context)
{
PreConfigure<AbpIdentityServerBuilderOptions>(options =>
{
options.AddDeveloperSigningCredential = false;
});
PreConfigure<IIdentityServerBuilder>(identityServerBuilder =>
{
identityServerBuilder.AddDeveloperSigningCredential(false, System.Guid.NewGuid().ToString());
});
}
hi
You can try to set the cursor in the event of the Modals.
https://docs.abp.io/en/abp/latest/UI/AspNetCore/Modals#functions
Is it possible to use the Application / Domain / Entity Framework code (everything except the API layer) in external non-ABP applications?
I think this is difficult. The abp framework is modular. The application must boot the module.
https://docs.abp.io/en/abp/latest/Module-Development-Basics
hi
Can you share a minimum project? ZOOM is slow, and your project is also complicated.
I selected "do not include UI", so i am confused why this was included in the template
We will fix this. See https://support.abp.io/QA/Questions/1670/Cannot-Build-100-New-Module-Project---No-UI----Missing-BlazoriseServer-nuget-package#answer-dd7405cb-4d99-3d07-60c9-39fe2b3b6cce
In the video the startup is VERY VERY slow, it takes 10 - 12 minutes to load identity server. Do you know why this is? my computer is very fast too:
Are you setup Redis? Please check your app logs to see why it so slowly.
HI
The TextTemplateDemo.Web
is a UI project, It should not contains business logic. eg render hello templates
You can render template in application. then call it in TextTemplateDemo.Web
project.