"There is code in the project that I would like to be able to use in
other applications."
Consider creating a separate class library for it with its own source
control tree, and use project references for the other web projects that
use this shared code. You will minimize versioning problems this way.
The Team Development with Visual Sourcesafe Patterns/Practices PDF on
MS's website devotes a very good chapter to this.
DLG wrote:
> We currently have an ASP.Net app that consists of one solution containing
> one project. There is code in the project that I would like to be able to
> use in other applications. Should I move this code into a separate project,
> if so how do I do this OR is there some other way. By the way this is all
> stored in Visual Source Safe and I am using VS.Net 2003.
>
> TIA
> Dean
>
>
|