How to create sub web-sites structure at runtime? (like subsites in Sharepoint)
ASP.NET
1
Posts
1
Posters
0
Views
1
Watching
-
Hi all. I need some example of following thing: There is a portal for example www.myportal.com, and users can create their own sub-portals by users logins, for example: www.admin.myportal.com, www.user1.myportal.com or sub-site structure can be like that: myportal.com/admin, myportal.com/user1 Something like Sharepoint structure... The problem is that a got a really huge number of users (>10 000) so physically created IIS directories and files will be hard to maintain and I think not the best solution. I need some kind of description of solution for this arhitecture, maybe creating special HttpHandlers or smth. Does anybody faces with problem like that?