I have a rather strange problem. I'm developing a MVC
site in VS2013, I have a IIS site set up for my project.
As soon as I publish my site to IIS , then when I launch the debugging site (VS) I get a IIS error Visual Studio (can not find the .dll of Web.Helpers
). As soon as I deleted everything in the IIS website folder I can run debug without any problem.
Has anyone ever had anything similar? How can I resolve this conflict so I can have a compiled version of the site running on IIS , but at the same time I can make changes to the project and test them in debug?