The path to the xml file is described below:
tree.LoadContentFile(path);
I am passing the full path from my local file system (or using Server.MapPath() ), but every time I keep getting this error:
[Path] is not a valid virtual path.
EDIT: I am using Telerik RadTreeView .
Sample path: "C:\inetpub\wwwroot\sitename\OutlookNavigation\tree.xml"
What am I doing wrong?
dotnetdev
source share