Help! Content Tree not visible, Visual Studio site
I've been testing and developing site functions with a umbraco install setup in visual studio, If I run the site using VS's own 'localhost' the site loads up fine, and when I login in to the admin I can see all the content trees for content, media, users etc.
however if I try to browse the content trees after logging in when I've got the site hosted on IIS, there is nothing displayed on any of them not even the top root.
I've checked user permissions on the folders they all seem ok modify/full control, and I've ran the install check permissions function, but still no luck.
Help! Content Tree not visible, Visual Studio site
I've been testing and developing site functions with a umbraco install setup in visual studio, If I run the site using VS's own 'localhost' the site loads up fine, and when I login in to the admin I can see all the content trees for content, media, users etc.
however if I try to browse the content trees after logging in when I've got the site hosted on IIS, there is nothing displayed on any of them not even the top root.
I've checked user permissions on the folders they all seem ok modify/full control, and I've ran the install check permissions function, but still no luck.
Any ideas?
Thanks
Are there any seemingly relevant errors being logged by the browser?
The only errors I get is:
Timestamp: 16/05/2012 16:21:36
Error: umbraco is not defined
Source File: http://localhost/umbraco/umbraco.aspx?
Line: 303
function keepAlive() { umbraco.presentation.webservices.legacyAjaxCalls.GetSecondsBeforeUserLogout(validateUserTimeout, keepAliveError); }
Then there's loads of warnings that all look like they trying to reference nodes on the tree's but not finding much...
Timestamp: 16/05/2012 16:23:33
Warning: anonymous function does not always return a value
Source File: http://localhost/umbraco_client/Tree/jquery.tree.js?cdv=1
Line: 1225, Column: 24
Source Code:
return;
Is it something VS does to allow the site to be hosted and/or debugged in VS?
is working on a reply...