We adopted a solution do keep the heavy setup binaries separated from website application that consist of a Binaries FTP Site for keeping setup binaries up to date and a Corporate website with the complete WebApp. This helps keeping 500MB of setup files out of source control.
Unfortunately to be able to serve setup files using WebClient.DownloadData(link) we needed to create a VirtualDirectory on II7 and map the Binaries FTP website folder.
This is something that doesn't reflect local development configuration and I don't like it.
Is there any better approach to the problem? Maybe we need only to give the Corporate website user the access to the root folder of the FTP website?
Thanks.