Hey Guys,
In a typical .net project, I right click on the web project and publish to azure. However, this is for smaller projects where I haven't followed an NLayered approach. What are the steps to publish all the projects to Azure vs. just Web? I didn't see any documentation for this, thanks.
5 Answer(s)
-
0
Hi,
Do you use AspNet Core & angular 2.x template ? If not, you can publish your project just like any other web project to azure.
If you have any problems on doing that, we can try to help.
-
0
Got it up on Azure, thanks. Had an issue with the Db connection string.
-
0
I'm glad that you solved it :)
-
0
I'm using AspNet Core & angular 2.x, what your advice? there are two folders client & server how to configure continues integration from github?
-
0
Hi alaamh,
For angular2 template, if you want to use two seperate solution provided by default, you need to create your own solution for CI, we don't have a solution for that.
We recently created a short document which explains merging client & server solutions, see <a class="postlink" href="https://aspnetzero.com/Documents/Merge-Angular-Client-Server">https://aspnetzero.com/Documents/Merge- ... ent-Server</a>. If you merge two solutions, you can publish two apps directly from visual studio but in that way they will be hosted under the same website.