Installation and deployment Questions on installation, system configuration and deployment to the live server.
Version 4.x > Installation and deployment > Installation Error View modes: 
User avatar
Member
Member
sabuj-matrixnmedia - 11/5/2009 7:24:46 AM
   
Installation Error
We download Kentico CMS v4.1 from http://www.kentico.com Then install it and set on our local IIS and get free license key from http://www.kentico.com then we create site locally successfully.
After that we upload Whole setup to to our client server using FTP.It run successfully with browser and then we create Database in browser.By following link.
http://www.directec.com.asp1-8.dfw1-1.websitetestlink.com/cmsdesk
..
Then with in CMSDESK we want to create page template for our website .We create a template but when we add Content to Template layout Then this Error come.

"The VirtualPathProvider is not running, you cannot edit the page template layout. The system is using the physical layout files from folder ~/CMSTemplateLayouts."

User avatar
Kentico Support
Kentico Support
kentico_radekm - 11/12/2009 2:26:40 PM
   
RE:Installation Error
Hello.

It seems that you have switched VirtualPathProvider off. Could you please open your web.config file and if there is following declaration:

<add key="CMSUseVirtualPathProvider" value="false" />

try to change it to:

<add key="CMSUseVirtualPathProvider" value="true" />

If you want to have VirtualPathProvider switched off, you should save virtual objects to disk (SiteManager -> Administration -> System -> Deployment -> Save all virtual object to disk).

Best Regards,
Radek Macalik
Support Engineer