In my ASP.NET application I have to show some images. Actually these images saved in some other server. In my database I have the file path. I need to access file from remote server to my application. How can I do that? I am using the following code \[code\]imgFiles = Directory.GetFiles(strFullPath, strPkStock + "_*", SearchOption.TopDirectoryOnly);\[/code\]But this throws an error saying "Access to the path denied"