VS.NET Solution to Share Assembly w/Multiple Web App

G

Guest

I have an ASP.NET web application where build on 3 tiers: web app / business
logic / data access layer.

Now I want to build a second web application based on the common business
logic and data access components.

I understand that I should put the common assemblies in the GAC.

Can anyone help me understand how to organize my Visual Studio .NET
solution(s) to build the common layers separately, deploy them to the GAC,
and build the web applications separately?

How many solutions should I have? How can I get these into 1 solution so all
the dependencies work correctly (e.g. I change a common class, and the
dependent web apps rebuild accordingly, etc.)?
 

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

Members online

No members online now.

Forum statistics

Threads
474,432
Messages
2,571,682
Members
48,796
Latest member
Greg L.

Latest Threads

Top