Technical support This forum is closed.
Version 1.x > Technical support > How can I open Kentico CMS in Visual Web Developer 2005 View modes: 
User avatar
Member
Member
Freddie - 2/14/2006 4:33:41 PM
   
How can I open Kentico CMS in Visual Web Developer 2005
Hi,
1. how can I open Kentico CMS (project?) in Visual Web Developer 2005 (or in Visual Studio 2005). Is it possible ?

2. I have some ASCX component (with simple functionality: only display some banner :),
how can I implement that ASCX to Kentico CMS (I would want display that ASCX on homepage in Kentico CMS.

3. I would want to add login function to Kentico CMS (put to home page login box and visitor could create user account and log-in to Kentico CMS (and then you can see some section). No-registered user don't access to that section for example).
How can I create and implement that modul (component?, control?) to Kentico CMS ?

thanx

User avatar
Guest
admin - 2/14/2006 9:26:06 PM
   
Re: How can I open Kentico CMS in Visual Web Developer 2005
Hello,

Thank you for your message. Here are the answers:

1. File -> Open -> Web Site -> locate the deployed Kentico CMS folder on your disk
Alternatively, you can open it using the *.sln file in the project folder.

2. Yes, you can re-use it in your Kentico CMS web project. Simply copy the control to the project folder and you can drag-and-drop it on your page template (which is a standard ASPX page).

3. Kentico CMS currently doesn't have a registration dialog - you need to develop it by yourself according to your requirements. If you need any help with that, please let me know. Kentico CMS is delivered with logon form dialog and it also allows you to create secured sections for registered users. You can find more details in Kentico CMS Developer's Guide -> Secured Site Areas with Personalized Content.

Please let me know if I can be of any further help.

Best Regards,