VS 2010 access file on web server
I have a 2010 C# web application that I am writing where I want to be able to access some excel files that are located on a web server. I know if I want to access the files on my own workstation I would do the following:
file://localhost/c:/work/app or file:///c:/work/app.
However I do not know how to access the files on another web server. What syntax would I use?
Answers (2)
0
but my client may be without .Net FrameWork in his PC. so i think i can't use .Net Remoting.
0
Why not....!
You can use the .NET Remotting with HTTP Channel.