Answer the question
In order to leave comments, you need to log in
How to publish a .NET MVC application developed on Mac OS?
Decided to start developing .NET MVC applications on a Mac. Before that I used Windu.
There is a dedicated server with IIS. From the tools I found Xamarin and Visual Studio Code.
Question: how to publish an application using these editors and what other editor can I use?
Update: I am developing .NET MVC applications using editors on Mac OS, specifically Xamarin and Visual Studio Code. Visual Studio 2010 for Windows has a Web Deploy feature to publish an application to an IIS server on a dedicated server.
Questions:
- Is there an analogue of Web Deploy in the specified editors?
- how to publish an application on IIS manually and how to prepare it for publication using editors?
- what are the alternatives to these editors so that you can quickly publish applications?
Answer the question
In order to leave comments, you need to log in
It seems like they write that you can install the old Xamarin Studio 5.1.4 , and it still has it. Hope this helps.
Publishing manually shouldn't be difficult: building the project, copying ./bin, ./Views, *.config, and static directories to the site's root directory in IIS should be enough.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question