Windows Vista Beta | WinVistaBeta.com - Message | DLLs are not published to bin directory on web server

December 03, 2008  
Subject: DLLs are not published to bin directory on web server
Group: microsoft.public.vstudio.general
Date: 7/17/2008 12:23:02 PM
From: =?Utf-8?B?VG9tTQ==?= [Email Address Protection]

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

Back