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

Activities of "maliming"

"An error has occurred!" Please take a look at the log. Generally in App_Data/Logs/Logs.txt.

Yes, you can modify the URL or port in appsettings.production.json depending on the needs of the production environment.

Try to manually execute npm install in the Host directory.

If you encounter any errors after deploying to Azure, please send out the relevant error details.

You only need to publish the host project, When the Host is compiled, it will automatically build angular.

<add name="Access-Control-Allow-Headers" value="*" />
<add name="Access-Control-Allow-Methods" value="*" />
<add name="Access-Control-Allow-Origin" value="*" />

Remove the Access-Control-Allow* setting for Web.config and try again?

NET core Cors middleware has handled cross-domain requests. No need to repeat configuration.

<a class="postlink" href="https://aspnetzero.com/Download">https://aspnetzero.com/Download</a> Downloaded options: One Solution (Merged AngularUI and Host project)

Read this document to publish to the Azure. <a class="postlink" href="https://aspnetzero.com/Documents/Step-by-step-publish-to-azure-angular">https://aspnetzero.com/Documents/Step-b ... re-angular</a>

I did not reproduce this problem after following your download. Have you tried to restore the nuget package?

If there is still a problem, please share the project. I will download it.

Can you share the relevant code?

You can change the default settings when creating a tenant. This way the host and tenant settings will not be affected.

refer @MikaTmlVertti solution.

please refer: <a class="postlink" href="https://github.com/aspnetboilerplate/aspnetboilerplate/issues/3641">https://github.com/aspnetboilerplate/as ... ssues/3641</a>

<a class="postlink" href="https://github.com/aspnetboilerplate/bower-abp-resources/issues/17">https://github.com/aspnetboilerplate/bo ... /issues/17</a>

Showing 2891 to 2900 of 3000 entries