In a C#.net 2010 web form application, I have run a rebuild on the web deployment project on a test report server and everything works fine. However when I run a website site publish so the web form application and associated dlls, I am am told that the dlls are missing from the bin directory. With the dll files missing from the bin directory, I am told the application will not run on the production report server.
Thus can you tell me why the application runs fine on the test report server doing a rebuild while the website publish would not generate the DLL fines that are needed in the bin directory?