D
David Hodges
Here's what I want to do:
I want to divide my huge asp.net application into about 5 separate
projects, so that a different developer can work on each. My vision is
that the "bin" folder will contain a dll from each project and that
updates to one project won't require rebuilding the others. Users of
the site will see it as a whole.
The only way Visual Studio 2003 will let me add a project to a web
solution is by creating a subfolder for the new project. But when I
compile, it puts the dll in a bin folder in that subfolder, not on the
root. But when I go to retrieve the web page, it looks for the dll in
the root and gives an error.
And anyway, I'd rather not have subfolders at all
Is this going to be possible or is it a wild goose chase?
Thanks,
David
I want to divide my huge asp.net application into about 5 separate
projects, so that a different developer can work on each. My vision is
that the "bin" folder will contain a dll from each project and that
updates to one project won't require rebuilding the others. Users of
the site will see it as a whole.
The only way Visual Studio 2003 will let me add a project to a web
solution is by creating a subfolder for the new project. But when I
compile, it puts the dll in a bin folder in that subfolder, not on the
root. But when I go to retrieve the web page, it looks for the dll in
the root and gives an error.
And anyway, I'd rather not have subfolders at all
Is this going to be possible or is it a wild goose chase?
Thanks,
David