Sub-site

Post here for help with installing or upgrading mojoPortal pre-compiled release packages. When posting in this forum, please provide all relevant details. You may also want to review the installation or upgrading documentation.

If you have questions about using the source code or working with mojoPortal in Visual Studio, please post in the Developer forum.

Post here for help with installation of mojoPortal pre-compiled release packages

When posting in this forum, please try to provide as many relevant details as possible. Particularly the following:

  • What operating system were you running when the bug appeared?
  • What database platform is your site using?
  • What version of mojoPortal are you running?
  • What version of .NET do you use?
  • What steps are necessary to reproduce the issue? Compare expected results vs actual results.

You may also want to review the installation or upgrading documentation.

If you have questions about using the source code or working with mojoPortal in Visual Studio, please post in the Developer forum.

This thread is closed to new posts. You must sign in to post in the forums.
10/22/2008 6:58:10 AM
Gravatar
Total Posts 1

Sub-site

Hi,

We have an existing website (e.g. http://www.example.com) writen in ASP .Net 2.0, with various pages (e.g. http://www.example.com/some-function.aspx). We want to provide our users with some static content as well, and we need this to be driven by a basic CMS. But we do not want the whole site to be CMS driven, just a section within it. We want it to be on the same domain, within a "content" folder (e.g. http://www.example.com/content/some-article.aspx would be driven by the CMS, but not the rest of the site).

Is this possible? If so, how do I do this? Would it involve an Alias or Virtual Directory in IIS? Would this cause issues with web configs, and perhaps paths to pages and images?

Many thanks,
Tim

10/22/2008 7:40:42 AM
Gravatar
Total Posts 18439

Re: Sub-site

Hi Tim,

Your question is complex. I will answer the parts I can as best as I can but in general I just don't have the bandwidth to offer free support for complex integration questions. I feel it my duty to help people with basic installation issues but beyond that I'm just too busy to try and help everyone with these kind of questions that are specific to a project implementation for which I'm not being paid. To answer these questions would require me to invest more effort in asking you questions to get towards the details of what you are trying to do.

To integrate with another ASP.NET app, one of them (mojoportal or the existing app) would live in the root web site and the other would have to be in a virtual directory marked as an application in IIS. Yes there is a potential for Web.config conflicts but these can generally be mitigated as discussed in this thread.

For static html files that are just plain content I think you would be better off putting that content into the CMS.

If your custom asp.net stuff can be worked into UserControls you can integrate the functionality into mojoPortal fairly easy.

To me the benefits of a CMS are somewhat lost if you keep a lot of static content or just use the CMS for a section of the site. I would question why that is a goal or requirement as it seems much better to get away from that kind of mish mashed solution and get the full benefits of a CMS.

Hope it helps,

Joe

You must sign in to post in the forums. This thread is closed to new posts.