Question

Photo of Christian Moeller

0

How to Move Developed Block to Production

If I develop a block using the rockit SDK, how do I then get that block to a production system and what about paths and database connections which may be and probably are different on the development rockit from the production rock target system?

  • Photo of Christian Moeller

    1

    I think I can now answer this myself. I moved the .ascx and .ascx.cs files over to the appropriate Plugins folder in the production folder hierarchy and then change the Inherits= clause and the namespace. Then I add the block to a page and after the page refreshes the new block is there.