문제

I have several websites that use the same base files, other than a couple off images and stylesheets.

Instead of having the same DLL's repeated all over the place, I would like to have a bin alias in each of the folders, pointing to another, central location.

I realize I could write deployment scripts to duplicate the reused folders, but hoping for another solution.

Thanks.

도움이 되었습니까?

해결책

I recommend putting your DLLs in the global assembly cache

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top