visual-studiomodel-view-controllerdeployment3-tier

How To Publish A 3 Tier MVC Application in Visual Studio?


I made a mvc webshop where I got the mvc part already deployed. but now I have to deploy my Data layer, Logic layer & Models.

In the picture below you can see my Solution:

enter image description here

My FileZilla files:

enter image description here


Solution

  • Since they are referenced, they will be published automatically, when you publish the MVC application.

    This may give you more detailed information about the whole process.