asp.net mvc - Orchard CMS modules are disabled after remote deployment - How can I fix this? -


i new orchard cms , trying familiar deploying shared hosting service, smarterasp.net hosting service. when asked smarterasp tech support why happening, said not experts in orchard cms , cannot me.

i looking other hosting services, have feeling making beginner mistake.

my problem occurs when deploy web app remote web site. in local app, changed theme , enabled single module,. after deployment, upon starting app, runs, pages appear original thememachine theme , enabled modules disabled.

i found similar posting (on orchardpros.net) named: "module not working when published" sfmskywalker asked if module (oforms) had been added solution project. researching how add newly installed module solution file.

below, have included details deployment procedures , results.

any suggestions appreciated.

thanks.


i working in windows 7 ultimate , using visual studio 2013 community.

i using orchard source code version 1.8.1 , sql server express 2014 database.

the changes original orchard 1.8.1 app deploying are: 1) installed , enabled theme editor v1.4.4 module, , 2) installed bindtuning bootstrap theme , set current theme. after these changes, app runs correctly under visual studio.

using local iis server, created local web site , deployed app site using web deploy. under iis 7.5, app works correctly..

next, deployed app smarterasp web site configured asp.net 4.5 integrated web site. ran remote app , problems appeared: 1) page style showed original thethememachine theme , 2) theme editor module disabled.

in remote app, changed current theme bootstrap theme, , re-enabled theme editor. remote app ran correctly @ time.

i used web deploy deploy local app, no additional changes, remote server again. no errors appeared during deploy operation. however, when restarted remote web site, theme set thememachine , theme editor module disabled.

i checked iis logs remote server , contained no errors.

the smarterasp hosting service has 1-click install feature orchard v1.8.1. so, used feature create new web site. ran app, , added new theme , module remote web site , worked correctly @ time. however, when deployed local app site, problem behavior same.

folder permissions: checked both remote sites , app_data, modules, themes, , media folders have read/write permissions. connected both remote sites using iis manager, , confirmed trust level full (internal).

problem solved

the smarterasp hosting service working fine.

i new orchard , smarterasp.net, , i'm making beginner mistakes.

both web deploy (running running within visual studio 2013) , filezilla (running stock settings) both overlaying files (i don't know ones).

the key changes have made deployment procedure are: 1. configure filezilla 2 changes:
- set default transfer type binary - set file exists action overwrite file if size differs or source newer. 2. when making backups local sql server database, - overwrite backup set (do not append backup set)

after making these changes, have been able deploy v1.8.0, v1.8.1, , v1.9.0 smarterasp.net web site no problems.

this problem has been solved.


Comments

Popular posts from this blog

python - TypeError: start must be a integer -

c# - DevExpress RepositoryItemComboBox BackColor property ignored -

django - Creating multiple model instances in DRF3 -