Best Practices for MultiProject Solutions

M

Michael

Hi all..

We are designing an ASP.NET application and have created a solution to
contain the various modules, like this...

MyApplication
+Common
+Project1
+Project2
+Project3

The folder structure on the web server is setup the same for the compiled
files.

Each module is assigned to a seperate developer and is represented by its
own project in the solution. The project 'Common' is shared by all other
projects, added as a reference with CopyLocal = False.

Now, since all projects are part of the same application, how do we go about
sharing files such as Global.asax, web.config, and a common css file? It
would seem that there should be one copy of each in the MyApplication folder
and the various projects should all use the same files.

Thanks for any pointers in the right direction..
 
K

Kevin Spencer

How about using Visual SourceSafe?

--
HTH,

Kevin Spencer
Microsoft MVP
..Net Developer
What You Seek Is What You Get.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top