Author: vladn | Posted on: 9/14/2009 2:50:14 PM | Views : 920

Basically I would like to build an application wich can be extended using subsites. For example, I have the main website under:
http://localhost:50289/
this site will have all the general logic like master pages, themes, common user controls, user login, session management, classes ,emails sending, DB links etc.
then I need to have subsites which will be able to access the resources from the main website. The subsites will look like:

http://localhost:50289/userManagement - for user management

another subsite can be for example
http://localhost:50289/movieDirectory - lets say a DB of movies used by the useds managed in the previous subsite

and so on...

all the subsites should share same masterpage, classes, BD, and other resources from the main site, but to be built completely independently.

is that possible at all in .NET?

...

Go to the complete details ...