question about maintaining multiple web sites

  • Thread starter Thread starter David
  • Start date Start date
D

David

I will be creating/maintaining web sites for clients who are in the same
industry. So although they are separate business entities, their business
models are very similar.

So I would have different database backends, obviously. But I would like to
somehow come up with a good way to create web applications with a high
degree of maintenanbility. So hopefully not a lot of copying and pasting.
Does it make sense?

As a starter

- One namespace for the business tier class library. This will store all
business rules that are common to my clients
- A separate business tier library for each client with client specific
variations. Class inheritance will be used for this purpose.

Well, the business tier is the easier part because of class inheritance, but
the presentation layer with ASP.NET presents a huge dillema since ASP.NET
does not support visual inheritance.

I am open to hearing about a creative approach to solve this. Thanks.
 
Hi,



I created exactly what you need and I'm looking for Distributors...

Please visit http://213.161.196.126 Each link is a web site created with my
application.



First it was just a press-clippings management application. It became a
Internet Newspaper generator and finally a multi-website generator...



Contact me by e-mail for further informations...

(e-mail address removed) and put EZ News in the object please



Regards...



LJ



www.eztree-msdn.com
 
Back
Top