Getting Error Failed to Mapp the path '/'

  •  04-17-2008, 2:39 AM

    Getting Error Failed to Mapp the path '/'

    Hi
                  i am trying to set template galary path to  path as below
     
      Editor1.Setting("security:TemplateGalleryPath") =@"d:\Companyfiles\1h\1master\Templates\";
      but i am getting an error when it calles the function
      fs.VirtualRoot = CuteEditor.EditorUtility.ProcessWebPath(Context, null, secset.TemplateGalleryPath).TrimEnd('/')  + "/";
    it given me error failed to map the path '/' .how can i set to physical path.
     
     
     
    looking for help?
     
    Thanks
View Complete Thread