I recently migrated an asp.net website from Visual Studio 2003 to VS 2005 and then converted it to a Web Application project. It runs just fine on my local PC. Right clicking on the project and selecting Publish allows me to publish it to a web server. However the referenced dlls and the primary output dll are published to the website root and not the bin directory. If I manually move them after publishing the site works just fine, however, it seems to me they should publish to the bin directory. Any help would be appreciated. -- TomM