umbraco7 - Umbraco 7 fields show locally, but not at remote server? -


does know problem: new fields add work fine in local office, when use webmatrix publish server (discountasp.net) fields don't show up. did view source in browser , they're not there!

for example, @umbraco.field("comments")

thanks! daniel

if add new field, added in database. means need update database on production website. webmatrix doesn't (by default).

there few ways handle scenario:

  • copy database production server (i advice against this, because might overwrite content , media changes on production server)
  • create fields manually on production server (easy solution)
  • use commercial package courrier (personally believe it's solution, if have content staging workflow)
  • use free package usync (http://our.umbraco.org/projects/developer-tools/usync)

Comments

Popular posts from this blog

javascript - RequestAnimationFrame not working when exiting fullscreen switching space on Safari -

Python ctypes access violation with const pointer arguments -