R
Rob Dob
Hi,
How do I go about installing another Web Site Project inside my existing
VS2005 website project. I currently have both a forum WSP and my main WSP
application within the same solution. Both compile and run without error.
However they are separate applications and I would like to have them
together in order to make use of my masterpages, and share controls between.
Do I need to combine the web.config files? I figured I would just create a
folder within my current main WSP ( Web Site PRoject ) and call it something
like Forum and then copy the contents of the working Forum Web Site Project
into this new "Forum" folder, but what do I need to do from there?, What
about the app_code folder should I merge the contents from both, how about
the web.config, am I allowed to have two? one in each folder? I'm not sure
if I'm going about this the correct way but what I'l trying to do is
integrate a forum into my main website project, also my main website makes
use of master pages, so ideally I would just link to include the forum
located within the other WSP into the content area of my main WSP forum
page. Is there perhaps a better way to accomplish this. i.e. could I make
thie other WSP forum project into a user control or something that I could
then embed directly into the content page of another main WSP page, much in
the same manner as I would embed a VS tool? or am I best to try and merge
the two WSP projects together.
Any and all advice would be grealt appreciated.
Also both my vs2005 applications are website projects, not the new Website
Application Projects.
All help would be appreciated,
Thanks,
Back to top
How do I go about installing another Web Site Project inside my existing
VS2005 website project. I currently have both a forum WSP and my main WSP
application within the same solution. Both compile and run without error.
However they are separate applications and I would like to have them
together in order to make use of my masterpages, and share controls between.
Do I need to combine the web.config files? I figured I would just create a
folder within my current main WSP ( Web Site PRoject ) and call it something
like Forum and then copy the contents of the working Forum Web Site Project
into this new "Forum" folder, but what do I need to do from there?, What
about the app_code folder should I merge the contents from both, how about
the web.config, am I allowed to have two? one in each folder? I'm not sure
if I'm going about this the correct way but what I'l trying to do is
integrate a forum into my main website project, also my main website makes
use of master pages, so ideally I would just link to include the forum
located within the other WSP into the content area of my main WSP forum
page. Is there perhaps a better way to accomplish this. i.e. could I make
thie other WSP forum project into a user control or something that I could
then embed directly into the content page of another main WSP page, much in
the same manner as I would embed a VS tool? or am I best to try and merge
the two WSP projects together.
Any and all advice would be grealt appreciated.
Also both my vs2005 applications are website projects, not the new Website
Application Projects.
All help would be appreciated,
Thanks,
Back to top