They should run under the same port not different ports. When you also deploy they must run under the same port again (No Cors)
This is the purpose of the merged project and not just have the code under one solution only.
I cannot run the solution from visual studio using the same port?
e.g client and server both listen to 22742
Hi
This guide is about merging client and server projects. I have downloaded an already merged solution but I cant run it and there is not guide about it.
Thanks
Thanks for your reply.
Unfortunately I cannot find anything in the document on how to work on the merged solution. I created the database using the Migrator but when I run the project in VS (<a class="postlink" href="http://localhost:22742">http://localhost:22742</a>) I get 404. Even If I enter (<a class="postlink" href="http://localhost:22742/index.html">http://localhost:22742/index.html</a>) I still get 404
Yes it would be good to have some more details about .NET Core 2.0
Hi,
I can see that you added the option to download a merged project but I cant find documentation on how to run it?
Thanks
Hi,
As far as I understand aspnetzero core & angular 2 uses Identity Server for authentication and authorisation. Is there any documentation for it? Any settings that need to be changed after we download aspnetzero core & angular for authentication and authorisation?
Thanks
Is the ASPNETZero 4.1 gonna include the latest Angular 4.2.2 release?
Thanks
Thanks a lot. That did the trick.
Please consider writing a guide on how to publish to production. It will be very useful. Not just for database migration but for the entire process. client, server database etc..