Base solution for your next web application
Open Closed

A guide to deployment #1110


User avatar
0
doubledp created

Hi,

Is there any guide or could you provide a guide to how one would deploy the web application?

I'm assuming that this would be done via the Publish action within Visual Studio using the Web Deploy method. I would really like a guide on best practice, recommended setup of IIS, deployment of web app, web api service and migration of database, pit falls and tips; if possible.

Any help will be greatly appreciated!


2 Answer(s)
  • User Avatar
    0
    hikalkan created
    Support Team

    Hi,

    We did not prepare such a guide since our solution is just another solution developed using ASP.NET and EntityFramework. You can learn how to publish ASP.NET MVC apps from many document on the web. If you will have a trouble, we can try to help.

  • User Avatar
    0
    doubledp created

    Thank you. I have done some research and in the process of setting up Web Deploy Publishing to be used within IIS.