I want to make in Visual Studio 2017 a web server for Raspberry Pi, using ASP.NET (Mono framework). I have previously developed a console app and used MonoRemoteDebugger. If possible, I want to do this for the web server. I could use Xamarin Studio 6.3, but I am interested in Visual Studio.
This post describes how to remotely debug Mono from Visual Studio, but the solutions are not for ASP.Net/Mono apps.
Is it possible to remotely deploy and debug a web server (Mono) on Linux/Raspbian from my Windows PC (Visual Studio)?