I have a Website project (not a Web application) on Visual Studio. I have added a couple of libraries thorugh NuGet, so in my bin folder I got the refresh files and NuGet created a packages folder where the actual dll files are stored.
In my dev environment I have no problems and everything works fine; but when I deploy to the production server I got the error message that the libraries could not be found.
So what I have been doing is removing the refresh files from the server and manually add the dll to the bin folder, but I mean then what is the point of having the refresh files? or does this works only when using a web application project?