I resolved the issue with Request.PhysicalApplication to access the root path.
0
Vessy
Telerik team
answered on 21 Feb 2020, 08:38 AM
Hi Jay,
Thank you for the update - I am glad you have found a solution that fits your needs.
The other option that I have just suggest you in your other thread on the matter is to use the Server.MapPath() method in order to get the physical path for a virtual one. For example;
string path = Server.MapPath("~/Root/folder1");
Regards,
Vessy
Progress Telerik
Get quickly onboarded and successful with UI for ASP.NET AJAX with the Virtual Classroom technical trainings, available to all active customers.Learn More.