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)
-
0
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.
-
0
Thank you. I have done some research and in the process of setting up Web Deploy Publishing to be used within IIS.