I downlaoded the ASP.NET MVC & Jquery demo Project.
What is the specific version?
Is there any difference between Demo and Real project?
No difference in code
https://aspnetboilerplate.com/Pages/Documents/Articles\How-To\add-custom-data-filter-ef-core You can refer to this article to see if it can't be solved, please share some code that can reproduce the problem.
https://docs.microsoft.com/en-us/aspnet/core/host-and-deploy/iis/troubleshoot?view=aspnetcore-2.1#5025-process-failure
You can refer to the documentation to see the 502.5 error message or log.
hi
Your appconfig.production.json file json format is incorrect. Missing part at the beginning {
Currently it is manual control.
hi
The abp generated jquery script is actually a wrapped jquery ajax request.
The jquery ajax request returns a promise. If you want to get the return value you need to use done
method.
I guess it is related to this issue, but the issue is still not solved.
https://github.com/angular/angular-cli/issues/10855
@kalidarscope
You should not use the address of http://localhost:xxxx when you deploy the app.
There are documents here: https://docs.aspnetzero.com/documents/zero/latest/Development-Guide-Core#bundling-minifying-and-compiling
Has been solved remotely.