I've set up a simple site using Umbraco and want to move it from my test pc to the webserver.
Everything works except when I try to edit pages in the admin, I can't get to the content.
On my local pc all of the content appears and is editable, but on the main server when I click a node, under the content tab all I see is "Body Text". It is not editable and not showing the actual content that was on my test pc.
Oddly, when browsing the front end, all of the content is there!
How can I get my editing capabilities back?
FYI - I've set all permissions to Everyone full control for now, but it's not working.
Moving Umbraco from local to web server
Greetings,
I've set up a simple site using Umbraco and want to move it from my test pc to the webserver.
Everything works except when I try to edit pages in the admin, I can't get to the content.
On my local pc all of the content appears and is editable, but on the main server when I click a node, under the content tab all I see is "Body Text". It is not editable and not showing the actual content that was on my test pc.
Oddly, when browsing the front end, all of the content is there!
How can I get my editing capabilities back?
FYI - I've set all permissions to Everyone full control for now, but it's not working.
Thanks so much.
Follow up: Solved it.
I had a request filter in IIS set to block the "Table" keyword, which was interfering with a call to TinyMCE in the editor.
is working on a reply...