admin
-
4/11/2006 4:43:51 PM
Re: Total Beginner Questions
Hi Brian,
I'm sorry for the delay in answering this post. With the new VS 2005 project model, it's very simple to combine Kentico CMS project with your custom applications.
1. Yes, it definitely makes sense to have everything in one project. You only need to make sure that there's not naming conflict (names of files or classes/namespaces).
2. Unfortunately, this is not directly supported since the ASPX files installed with the blank web site are supposed to be in the root of the web project and the path is hard-coded on several places.
3. Yes, you can create a new Page (menu item) document, but you will choose its type to be "Page URL Address" instead of "Page Template" and you specify the target URL which will be the URL of your custom page. This item will be displayed in the standard menu.
If you need to use the CMSBreadCrumbs control on that page, you will also need to pass the AliasPath as the URL parameter to your page, such as "/mypage.aspx?aliaspath=/hr/employee_management", where /hr/employee_management is the alias path of the menu item that directs the user to the mypage.aspx page.
Please feel free to contact me at petr.palas@kentico.com if I can be of any further help.
Best Regards,
|