Base solution for your next web application
Open Closed

Publishing to Azure #2291


User avatar
0
joshboilered created

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)
  • User Avatar
    0
    ismcagdas created
    Support Team

    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.

  • User Avatar
    0
    joshboilered created

    Got it up on Azure, thanks. Had an issue with the Db connection string.

  • User Avatar
    0
    ismcagdas created
    Support Team

    I'm glad that you solved it :)

  • User Avatar
    0
    alaamh created

    I'm using AspNet Core & angular 2.x, what your advice? there are two folders client & server how to configure continues integration from github?

  • User Avatar
    0
    ismcagdas created
    Support Team

    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.