Base solution for your next web application

Activities of "ismcagdas"

Hi @niengineering

Is it possible for you to share the log file where we can see which part takes the longest time during startup ?

Hi,

Do you host a single instance of your app or multiple instances ? If it is multiple instances, please take a look at https://docs.aspnetzero.com/en/aspnet-core-angular/latest/Clustered-Environment

Hi,

I think this will not work because it is instance specific. You can store those keys in database as well, see https://aspnetzero.com/blog/persist-data-protection-keys-to-database

Hi,

Could you add packages shown below to your Web.Core.csproj file and see if it fixes the issue ?

<PackageReference Include="Microsoft.IdentityModel.Protocols.OpenIdConnect" Version="7.5.1" />
<PackageReference Include="Microsoft.IdentityModel.Tokens" Version="7.5.1" />

Great :). Unfortunately, it is not possible to disable a specific worker. You can delete or comment it.

Hi,

Could you share your AppService and its interface ?

@oguzhanagir could you check this case and offer a solution to @maberry ?

Hi,

We don't suggest removing query filters because it will break many parts of the application. For example, tenants will start to see each others records etc...

Instead of using Optimize-DbContext, you can find queries on the web to detect performance problems on your database. For example, this one can be used for SQL Server https://blog.sqlauthority.com/2011/01/03/sql-server-2008-missing-index-script-download/

Hi,

Your user is invited. Let me know if you can't join the private repository.

Hi,

As far as I can understand, this might be related to used certificate, please take a look at https://discuss.elastic.co/t/the-client-is-unable-to-verify-that-the-server-is-elasticsearch-due-to-an-unsuccessful-product-check-call/341510/2

Showing 1 to 10 of 12520 entries