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...")

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

How to apply hotfixes in a Shared Hosting enviroment

Download the hotfix package from Kentico. It is a self-extracting package.

  1. Extract it and open the instructions.
  2. Follow the instructions for “Creating File Structure for Deployment” to create the necessary files for your project.
  3. Backup your project folder and database.
  4. Submit a request to support@hostek.com to STOP your application pool in IIS.
  5. After receiving confirmation from our support team that your site is stopped, copy the new files into your project folder.
  6. Submit a request to support@hostek.com to START your application pool in IIS.
  7. 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.
  8. 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?".