I have a file path in my default.aspx.cs page like this: http://localhost/data/Download/Import/Test.xlsx
I want to read this file using EFPlus library and make some changes. But I am not able to read its content and getting error like "URI Format not supported". If I read file directly from physical path then everything works fine. Below is my code snippet.
Dim newFile As New FileInfo