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>
Execute the sql statement directly in the database of your problem.
SET IDENTITY_INSERT yourtable ON
INSERT INTO yourtable (id, name) VALUES (1, 'test 1.0')
SET IDENTITY_INSERT yourtable OFF
I have no verification, but in theory there is no problem. What problem are you having now?