J
Jethro
Hi guys,
I have inherited a .NET 2.0 web project. It consists of a root site,
and 3 sub directories.
Ideally these are seperate projects/websites. The root is a customer-
facing one, and the other 3 are for admin, and supervisor use.
I want to break the existing project (all websites treated as one)
into 4 separate websites.
Unfortunately they all share the "App_code" directory, which contains
common classes to all 4 sites.
Can anyone advise on how I can make the App_code a shared component in
4 websites, so that I can rebuild the entire app as 4 projects, which
will speed up development, and make it more robust (90% of development
and fixes go into the public site, why rebuild the other 3 every
time ?
Thanks in advance, guys.
I have inherited a .NET 2.0 web project. It consists of a root site,
and 3 sub directories.
Ideally these are seperate projects/websites. The root is a customer-
facing one, and the other 3 are for admin, and supervisor use.
I want to break the existing project (all websites treated as one)
into 4 separate websites.
Unfortunately they all share the "App_code" directory, which contains
common classes to all 4 sites.
Can anyone advise on how I can make the App_code a shared component in
4 websites, so that I can rebuild the entire app as 4 projects, which
will speed up development, and make it more robust (90% of development
and fixes go into the public site, why rebuild the other 3 every
time ?
Thanks in advance, guys.