Base solution for your next web application
Ends in:
01 DAYS
01 HRS
01 MIN
01 SEC

Activities of "maliming"

@hsudas

Some exceptions should not be shown to the user. For example: database errors, exceptions that occur in the helper component, etc.

You can control exceptions, preferably using UserFriendlyException.

May be missing web.config.

Please refer to the publish tutorial: https://docs.aspnetzero.com/documents/zero/latest/Step-by-step-publish-to-azure-angular

@enerjisauretim

Out of IIS dependencies, Directly executed in the directory after the program is published:

dotnet YourApplication.dll

Then take a look at whether the Hangfire Dashboard is working properly.

Can you share your project source code? You can remove the privacy code,I think removing most of the code can also reproduce the problem.

email: [email protected]

Answer

This is the open source module of abp vnext.

https://github.com/abpframework/abp/blob/master/modules/docs/screenshot.png

What environment do you deploy your application to? IIS?

I use the source code of v6.6.1 did not find the warning you encountered, you can look at the source code of v6.6.1, if you can share the project source code that can reproduce the problem is best.

Try changing netcoreapp2.1 to netcoreapp2.2 https://github.com/aspnetzero/aspnet-zero-core/commit/83e92928c2711195c9a3d6545a8fb8bb35a8610b

You can return the object type to dynamically return dto such as: Task<object> GetPeople();

Try to inject IConfigurationRoot directly or use ASP.NET Core Options

Showing 2511 to 2520 of 2998 entries