I have an asp.net core MVC web application and using visual studio 2017, i have deploy it to an IIS server using ftp option inside Visual Studio. now i have modified couple of views and some action methods, and i want to deploy those modified components. but when i re-deploy the application all the component were deployed which took around 2 hours, while i thought that only the newly modified components will be deployed/published.. so is there a way to fix this issue?
↧