Kentico
From Hostek.com Wiki
Revision as of 15:07, 14 September 2012 by Jonc (Talk | contribs) (Created page with "===How to apply hotfixes in a Shared Hosting enviroment=== Download the [http://devnet.kentico.com/Bugtracker/Hotfixes.aspx hotfix package from Kentico]. It is a self-extract...")
Download the hotfix package from Kentico. It is a self-extracting package.
- Extract it and open the instructions.
- Follow the instructions for “Creating File Structure for Deployment” to create the necessary files for your project.
- Backup your project folder and database.
- Submit a request to support@hostek.com to STOP your application pool in IIS.
- After receiving confirmation from our support team that your site is stopped, copy the new files into your project folder.
- Submit a request to support@hostek.com to START your application pool in IIS.
- Apply the SQL script from the <hotfix folder>/SQL on your database.
- This can be done by using the MyLittleAdmin available through the "MSSQL Tools" feature in the Windows Control Panel OR by usingSQL Server Management Studio.
- In this way you can see which files the hotfix re-writes and you can see the exact error messages.
Instructions for this wiki were taken from the Kentico Dev FAQ "Can I apply the hotfix manually instead of using Kentico Installation Manager?".