I'm trying to deploy my asp.net mvc web solution to a server. I'm using smarterasp.net. I received a PublishSettings xml file, and i have the FTP connection details.
With VisualStudio the process of starting the app somewhere else besides the local machine was pretty simple. I was using the xml file and the project compield himself on the server. Now Rider doesn't even want to connect via FTP. I managed to connect with FileZilla but my solution is not compield.
How can i manage to deploy my website with Rider on Mac ?