ASPX templates
Version 6.x > ASPX templates > How to import the site or objects into Kentico View modes: 
User avatar
Member
Member
shekar - 5/14/2012 4:21:26 AM
   
How to import the site or objects into Kentico
Hi,

I have installed Kentico CMS 6.0 SP1 on my windows7. I have designed a web application using VS2008 (.Net 3.5) , how I am going to import this application into Kentico and run the application from Kentico system.

Could any one guide me through what are the steps to do this?

What is the format or extension of the package that I have to import?

Thanks,
Chandra Shekar Y

User avatar
Kentico Developer
Kentico Developer
kentico_ivanat - 5/14/2012 5:55:44 AM
   
RE:How to import the site or objects into Kentico
Hi,

when you said web application did you mean Kentico application or some external project which you would like to integrated with Kentico?

In case it is some external application please read Integration with Kentico application.

In case it is Kentico application and you would like to deploy it on your live server please take a look at deployment section of documentation.

Best regards,
Ivana Tomanickova

User avatar
Member
Member
shekar - 5/14/2012 7:37:38 AM
   
RE:How to import the site or objects into Kentico
Hi,

Thank you for the quick answer. Its an external application that I would integrate with Kentico.

I will read the Integration of external application with kentico documentation.

I have another query, how to add images and use them in the style sheet classes? So that I could use the style class for the web application.

User avatar
Kentico Developer
Kentico Developer
kentico_ivanat - 5/14/2012 8:12:50 AM
   
RE:How to import the site or objects into Kentico
Hi,

First of all I would like to ask you to open a new post each time you starting a new topic. It makes forum more readable for other users.

If you would like to reference images in the css stylesheets you can insert them for example in /App_Themes/<code_name_of_your_style/images folder.

More information about CSS stylesheet development you can find here:
CSS stylesheet and design

Best regards,
Ivana Tomanickova