Serilog
Hello Enisn Token and Serilog are different thing. I am asking the API token not the loging, how to get token?Thanks
hi
https://github.com/abpframework/abp/pull/8419
I had exaclty added the code in cofiguration but no window buttion show up
context.Services.Configure<IISServerOptions>(iis => { iis.AuthenticationDisplayName = "Windows"; iis.AutomaticAuthentication = false; });
I added in ConfigureExternalProviders and hide all other social media option, showing this
Hi,
Can you check this: https://github.com/abpframework/abp/issues/8289?
Hello, I see there is some coding add to abp framwork but no way to enable it , any recommendation?
I see window authentication is highly related to IIS, it should need to config on IIS
I am trying to do it on web page and will update later
I got the answer, the menu should config on ConfigureMainMenuAsync on XXXXXXMenuContributor class
This has been resolved:
https://docs.abp.io/en/abp/latest/Tutorials/Part-5?UI=MVC&DB=EF
Hi,
You want to store the files in a separate database right?
You can do it, we have an exmaple: https://github.com/abpframework/abp-samples/tree/master/EfCoreMigrationDemo
Thanks for your effort.
Can it be configed to become multi database without module source code?
Hi,
Can you try add using namespace?
using Volo.Abp.BlobStoring.Database
. PS: please do it in theDomainModule
class
Hello, I can do it in MyProjectDomainModule class,and may I know where table of the file info storing into by default or I need to fully config it before I use?