ubject: Re: [NAnt-users] MSBuild with Web Sites
We do this on a regular basis. As Mr. Dix said, you will need to create a web
deploy project and include it in your solution. Once you've created this
project, in the Properties dialog box, there is a Output Assemblies option
which gives y
We do this on a regular basis. As Mr. Dix said, you will need to
create a web deploy project and include it in your solution. Once
you've created this project, in the Properties dialog box, there is a
Output Assemblies option which gives you various options for deploying
separate DLLs or merg
I think there is a tool, the aspnet_compiler that will allow you to join
all of these DLL's into a single DLL. You would probably need to call it
after calling msbuild.
The other option is to add a Web Deployment project, which I think is a
wrapper around the aspnet_compiler. Then I believe MS
If I understand the question right, you should use a deployment project
in your solution and once you have compiled the code, then compile the
deployment project as well. This sets up the directory with only the
files you need and removes the intermediate DLL's.
From: [EMAIL PROTECTED]
[mailto