OK,
I've developed an application, part of which is using a RadTreeView, together with RadAjaxManager and RadUpload to form a basic file manager.
Everything works fine on my local machine (VS2008 and Cassini).
When I upload to the production or staging server (Win 2003 / IIS 6) nothing works!
The first problem is the RadUpload control appears to upload files (ie. the Upload progress panel does its thing) but the uploaded file doesn't make it onto the server. No errors or anything shown though.
Secondly, The treeview has a context menu so right-clicking on a file allows the user to rename or delete. If I click on delete, I get a null reference exception when it tries to access (RadTreeViewContextMenuEventArgs) e.Node.Text in the server-side ContextMenuClick event. If I click on rename, the server-side NodeEdit method should ultimately fire, but doesn't appear to?
I've checked the NETWORK SERVICE account has permissions on everything; hell, to rule out permissions I even gave the "Everyone" full control :)
I've tried disabling AJAX on the AjaxManager, I've tried removing the AjaxManager all together and still no joy.
Any ideas?
Thanks
I've developed an application, part of which is using a RadTreeView, together with RadAjaxManager and RadUpload to form a basic file manager.
Everything works fine on my local machine (VS2008 and Cassini).
When I upload to the production or staging server (Win 2003 / IIS 6) nothing works!
The first problem is the RadUpload control appears to upload files (ie. the Upload progress panel does its thing) but the uploaded file doesn't make it onto the server. No errors or anything shown though.
Secondly, The treeview has a context menu so right-clicking on a file allows the user to rename or delete. If I click on delete, I get a null reference exception when it tries to access (RadTreeViewContextMenuEventArgs) e.Node.Text in the server-side ContextMenuClick event. If I click on rename, the server-side NodeEdit method should ultimately fire, but doesn't appear to?
I've checked the NETWORK SERVICE account has permissions on everything; hell, to rule out permissions I even gave the "Everyone" full control :)
I've tried disabling AJAX on the AjaxManager, I've tried removing the AjaxManager all together and still no joy.
Any ideas?
Thanks