Hi,
I am looking for bestpractices when working with TS source control and websites.
I have a solution file which typically consist of several projects: a website, a business layer, a dataaccess layer and also a dll with custom controls. The website has references to 3rd party dll's which are "add reference"'d and ends up in the Bin directory. These are are added to the source control so that the website will keep its references.
I also add project references from the website to the other projects. This adds the binaries for the referenced projects into the bin directory. However when this is done and when those projects are build the source control wants to add or edit these biniaries and wants to check in these. Since these binaries are often rebuild they will take up a lot of space in source control database. Are there any other best practices on how to solve this dilemma
Thanks,
Sheela

VSTS problem related to Architecture and development
c01dfire