ubo-hurontel.on
-
9/10/2008 5:54:30 PM
RE:Custom Module - access other than from CMSDesk
Under the section "Development with ASPX page templates" - I found "Integration with your existing ASP.NET application". This section talks about the following:
"1. Mixing both together It makes sense to mix both applications into a single project if you wish to share functionality, content, security information and session or application variables between CMS and your application. The easiest way is to use Kentico CMS web project as the main project since it's already correctly configured for CMS and add your own ASPX pages and other files to this project. If you need display your own ASPX pages inside the context of the web site, you can simply register them as page templates and then create new pages based on these page templates in the standard web site navigation (in the content tree). You will also need to modify your ASPX pages so that they use the master page (.master file) of the Kentico CMS web site.
2. Having CMS in the root and your application in a subfolder If your application can or needs to run separately from the CMS and you want the CMS to manage the main web site, you can place Kentico CMS web project in the root of the web site and your application into a subfolder. You will need to create a virtual directory for the subfolder so that your application runs correctly." I now believe that looking at Custom Modules was wrong.
Can someone give a further explaination of these two methods or which one I should be setting up for my custom application. (Thanks)
|