Hello Guys,
I am having a common ASP.NET problems (btw - nothing related to llbl) and really can't find a workaround for it, so may be you could help me :-)
I would like to share some common pages (and their logic) through multiple websites :
For example I am having the following web sites:
c:\wwwroot\app1
c:\wwwroot\app2
c:\wwwroot\app3
Theses web sites do have their own "look & feel".
But they will share some pages that are the same, for example the "my basket" page or the "my information page". These common files will use the css rendering of each site (app1, app2 & app3) but will have the same business logic.
Of course, the easiest way is to replicate the common pages into each application, but in doing that, it will quickly become a nighmare in maitenance, as if I change the code for one page, then, I will have to duplicate it across all the other sites.
Any clues?
Many thanks,
LlblPowa.