Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > how to combine multiple websites into one main site

Reply
Thread Tools

how to combine multiple websites into one main site

 
 
thatsastounding@gmail.com
Guest
Posts: n/a
 
      12-07-2006
Hi, I have 3 web projects built using asp.net 2.0. Basically, I want
to combine these sites at run time into one main site. I use Web
Deployment Projects to deploy my sites so that each site has one dll.

I want to put all these dlls into one website's bin directory and have
pages from all of them be available. The catch is, there could be one,
two, or three of these subsites available, not necessarily all of them.

Also, each of the three websites all reference the same business and
data access layer assemblies.


The desired end result would be for a use case like this:

User goes to the website http://localhost/Site/Default.aspx. There are
tabs to go to three sections. Th user goes to section 1, located at
/Site/Section1/Default.aspx. Section 1 consists of the pages from web
project 1. The user then clicks the tab for Section 2, located at
/Site/Section2/Default.aspx. Section 2 consists of the pages from web
project #2.


Does anyone have any ideas how to implement this? Is it even possible?



Dave

 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Re: How include a large array? Edward A. Falk C Programming 1 04-04-2013 08:07 PM
Python to Combine Multiple Excel Worksheets into One Worksheet SMac2347@comcast.net Python 1 02-16-2012 09:06 PM
How to combine tree controls into one ad ASP .Net 1 07-14-2005 09:29 AM
Does Perl combine multiple REs into a single automaton? Clint Olsen Perl Misc 2 06-29-2004 04:57 PM



Advertisments