hi @selinkoykiran
Can you share your full code?
hi
context.Services.ConfigureApplicationCookie(options =>
{
options.ExpireTimeSpan = TimeSpan.FromHours(10);
//options.SlidingExpiration = true;
//The SlidingExpiration is set to true to instruct the middleware to re-issue a new cookie with a new expiration time any time it processes a request which is more than halfway through the expiration window.
});
With Remember me:
Without Remember me:
I don't have source code.
You can send me an email. I will share the abp-translation.json or en.json of commericial modules to you.
liming.ma@volosoft.com
hi
They are net core application. you can follow this official Microsoft document
hi
For MVC this is expected.
hi
You can use command of CLI.
abp translate -c <culture> [options]
https://docs.abp.io/en/abp/latest/CLI#translate
when publish to Azure APp Service and Server IIS, the background image auto turn back to the ABP original background.
You can try to add your png files to EmbeddedResource like below:
<ItemGroup>
<EmbeddedResource Include="Themes\**\*.png" />
<Content Remove="Themes\**\*.png" />
</ItemGroup>
It's on MyGet. See https://github.com/abpframework/abp/blob/dev/templates/app/aspnet-core/NuGet.Config
hi
hi
You can try this https://stackoverflow.com/questions/55215216/datatables-row-add-based-on-columns?answertab=active#tab-top
If you still can't solve your problem, you can send me a simple project. liming.ma@volosoft.com