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.

link|improve this question

66% accept rate
I'm not sure I fully understand your scenario, however, I'm inclined to suggest looking into the GAC. And, of course, strongly advising against user FTP access at all if possible - let alone root (!?!) access. – Mr. Disappointment Oct 17 '11 at 15:46
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.