I am developing a web app (web service) using Visual Studio 2015 net core v1 und hosting it on an Windows Server 2012 R2 with iis.
It is running well, but the changes I make are not being used.
In visual studio I save the changes and go to the publish section and publish it. I take the publish output folder and replace the original folder with it.
But it seems like it is not changing anything because I still get the old answers.
I tried restarting the website, but it did not change anything.
EDIT: if I debug it, it works perfect