views:

28

answers:

1

Is there a way to tailor the Publish feature of VisualStudio (I'm using VS 2008) so that different files go to different directories. I'm developing a web application which is used within a CMS (Immediacy) and the folder structure of the solution is quite different from the target folder structure.

e.g. in my solution I have:

MySolution\MyWebPage.aspx
MySolution\bin\MyWebApplication.dll

which needs to get published to:

CMS\Admin\Addins\MyWebSite\MyWebPage.aspx
CMS\Admin\bin\MyWebApplication.dll
+1  A: 

Unfortunately this is not possible.

chaiwalla
I thought as much. Oh well back to NAnt then...
mdresser