ASPX templates
Version 6.x > ASPX templates > Where to find the pages? View modes: 
User avatar
Member
Member
langjoel-yahoo - 6/25/2012 6:41:28 AM
   
Where to find the pages?
Hi Folks,

I'm an intermediate .net developer and I've been asked to debug a Kentico project, however I've never worked with Kentico before.

It seems the site was created by using the aspx templates....
My question is how can I modify the aspx pages, I can't seem to find them in the site directory. Where would these pages be and how can I modify them?

Also the site is currently hosted on a server, so I do not have a local copy with sln file etc...

Thanks for any guidance...

Regards,
Joel

User avatar
Kentico Support
Kentico Support
kentico_radekm2 - 6/25/2012 7:33:40 AM
   
RE:Where to find the pages?
Hello.

If the site is based on ASPX templates development model, you can find these templates in the project folder. It is a directory where Kentico CMS instance has been installed. Usually it is c:\inetpub\wwwroot, but it may differ according to what you selected in the setup.

You might want to read more about differences between Portal engine and ASPX templates development models at http://devnet.kentico.com/docs/6_0/devguide/portal_templates_vs_aspx_templates.htm

Best Regards,
Radek Macalik

User avatar
Member
Member
vin4.net-gmail - 7/18/2012 1:34:59 PM
   
Example for upgrading aspx templates to portal templates
Hi kentico_radekm2,

I am no getting any examples in upgrading Version 5.5R2 ASPX templates of an application into Version 6.0 portal engine templates.


Could you please guide me or show an example so that I can understand.

Thank you in advance.

Regards,
Vinod

User avatar
Kentico Support
Kentico Support
kentico_radekm2 - 7/19/2012 4:02:56 AM
   
RE:Example for upgrading aspx templates to portal templates
Hello.

Please refer to http://devnet.kentico.com/Forums/f57/t27765/Creating-custom-aspx-template.aspx

Best Regards,
Radek Macalik

User avatar
Member
Member
DahlinDev - 6/26/2012 11:29:06 AM
   
RE:Where to find the pages?
In the CMS desk find the template that you want to modify by finding the page in the content tree. Going to is properties tab > Template.

Here you will see the Template the page is using. Once you find the template being used go into the Site Manager (link in upper right corner).

Development (tab) > Page templates > look through here to find the template.

Once you find the template edit it. The File Name field will have the virtual path to the ASPX file. Most likely ~/CMSTemplates/[sitename]/your template.

Or you can just look in that directory to see if they're there.