1

I have a IIS running on my webserver. I developed a rest api based on a mvc 4 web api. the problem i have at the moment is that when I put new / changed files onto the IIS that the IIS is not "recognizing" them.

lets say for example i changed one service - put the new file on the server - server thinks he still has the old file. I observer this behaviour because when i call the service i still get the old result - not the new result as implemented in visual studio locally. I have no clue why the IIS is acting like that...

4

1 回答 1

1

正如 leppie 在评论中已经提到的,我对 ASP.NET 网站和 ASP.NET Web 应用程序有错误的理解。

作为一种解决方案,我必须重新构建以再次编译 DLL,然后将其部署到 IIS。

于 2013-02-13T11:30:22.983 回答