Hi,
I've been told that in ASP.NET 5 it's possible to copy changed to code (change to a controller for example) to IIS and the changes will take effect on refresh without having to re-publish.
According to my research this is possible in Visual Studio 2015 running locally, but I haven't seen anything that indicates this is possible on a remote server.
Is it possible to copy a changed controller to a remote server, refresh the page in web browser, and have the changes take effect without re-publishing?
Thanks