We are using TFS 2010 to deploy a web application. We use the project settings of our web application to configure which iis-folder should be used, to copy the web-application.
That all works great, but we want to copy a missing dll file to the PublishedWebsites folder, that also works, but the copied dll is not in the specified iis-folder.
So can somebody tell me at what point I have to copy the dll?
We are using the worflow-foundation to customize our build-template.
At the moment we are copying the dll directly after the compilation-step.
I hope someone can help us!